Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbuker committed Apr 21, 2022
1 parent 4694b16 commit 213508e
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions gsd-web-demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,25 @@
A technology demonstrator for GSD

## Install the dependencies

```bash
yarn
```

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

```bash
quasar dev
yarn dev
```

### Lint the files

```bash
yarn run lint
yarn lint
```

### Build the app for production

```bash
quasar build
yarn build
```

### Customize the configuration
See [Configuring quasar.conf.js](https://quasar.dev/quasar-cli/quasar-conf-js).

0 comments on commit 213508e

Please sign in to comment.