kidshift-web/README.md

25 lines
401 B
Markdown
Raw Normal View History

2024-07-18 06:01:43 +00:00
# KidShift (kidshift-web)
KidShift web client
## Install the dependencies
```bash
yarn
# or
npm install
```
### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
quasar dev
```
### Build the app for production
```bash
quasar build
```
### Customize the configuration
See [Configuring quasar.config.js](https://v2.quasar.dev/quasar-cli-vite/quasar-config-js).