diff --git a/gsd-web-demo/README.md b/gsd-web-demo/README.md index 67cf42f..e847ce1 100644 --- a/gsd-web-demo/README.md +++ b/gsd-web-demo/README.md @@ -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).