ifms-smart-cp/README.md

16 lines
148 B
Markdown
Raw Permalink Normal View History

2023-10-17 19:52:48 +00:00
# IFMS Smart Captive Portal
2023-10-06 14:27:48 +00:00
2023-10-17 19:52:48 +00:00
## Development
2023-10-06 14:27:48 +00:00
```
npm install
npm run dev
```
### Compiles and minifies for production
```
# npm
npm run build
```