Updated readme
gitea/salix-front/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2023-01-03 14:39:04 +01:00
parent c922a1aa7c
commit bb0108095b
1 changed files with 6 additions and 2 deletions

View File

@ -5,11 +5,15 @@ Lilium frontend
## Install the dependencies
```bash
yarn
# or
npm install
```
### Install quasar cli
```bash
sudo npm install -g @quasar/cli
```
### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash