This commit is contained in:
fabio 2026-03-16 20:08:44 +01:00
parent 2c7e9caf45
commit 99e3cb388b
1 changed files with 4 additions and 8 deletions

View File

@ -5,9 +5,9 @@ A Quasar Project
## Install the dependencies
```bash
yarn
bun
# or
npm install
bun install
```
### Start the app in development mode (hot-code reloading, error reporting, etc.)
@ -19,17 +19,13 @@ quasar dev
### Lint the files
```bash
yarn lint
# or
npm run lint
bun run lint
```
### Format the files
```bash
yarn format
# or
npm run format
bun run format
```
### Build the app for production