kidshift-web/README.md
2024-07-18 15:01:43 +09:00

401 B

KidShift (kidshift-web)

KidShift web client

Install the dependencies

yarn
# or
npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.