ifms-smart-cp/README.md
2023-10-17 15:52:48 -04:00

16 lines
148 B
Markdown

# IFMS Smart Captive Portal
## Development
```
npm install
npm run dev
```
### Compiles and minifies for production
```
# npm
npm run build
```