Files
WebControlCenter/README.md
2025-09-07 01:46:48 -04:00

29 lines
194 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
```