add live link to readme

This commit is contained in:
2022-09-29 02:02:19 +01:00
parent b864e6fc00
commit 8e3e78a3b6

View File

@@ -2,7 +2,10 @@
Anno 1800 Production Chain Renderer
<https://dtomlinson91.github.io/anno-production-chain-renderer>
## Install the dependencies
```bash
yarn
# or
@@ -10,32 +13,33 @@ npm install
```
### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
quasar dev
```
### Lint the files
```bash
yarn lint
# or
npm run lint
```
### Format the files
```bash
yarn format
# or
npm run format
```
### Build the app for production
```bash
quasar build
```
### Customize the configuration
See [Configuring quasar.config.js](https://v2.quasar.dev/quasar-cli-vite/quasar-config-js).