Files
WebControlCenter/README.md
2025-09-03 01:38:28 -04:00

24 lines
189 B
Markdown

# Phenix Web Control Center
## Setup
```
nvm use
npm i
```
## Development
```
npm run start
```
## Build
### Development
```
npm run build
```
### Production
```
npm run build:prod
```