Initial Commit

This commit is contained in:
2025-09-03 01:38:28 -04:00
commit c8a9e9329a
13 changed files with 1067 additions and 0 deletions

24
README.md Normal file
View File

@@ -0,0 +1,24 @@
# Phenix Web Control Center
## Setup
```
nvm use
npm i
```
## Development
```
npm run start
```
## Build
### Development
```
npm run build
```
### Production
```
npm run build:prod
```