modified: README.md

This commit is contained in:
Douglas Barone 2023-10-17 15:52:48 -04:00
parent 3d2e6b5e06
commit cd9ed2f991

View File

@ -1,44 +1,15 @@
# default # IFMS Smart Captive Portal
## Project setup ## Development
``` ```
# yarn
yarn
# npm
npm install npm install
# pnpm
pnpm install
```
### Compiles and hot-reloads for development
```
# yarn
yarn dev
# npm
npm run dev npm run dev
# pnpm
pnpm dev
``` ```
### Compiles and minifies for production ### Compiles and minifies for production
``` ```
# yarn
yarn build
# npm # npm
npm run build npm run build
# pnpm
pnpm build
``` ```
### Customize configuration
See [Configuration Reference](https://vitejs.dev/config/).