This commit is contained in:
dennis.ludwig
2021-07-05 17:11:32 +02:00
parent e22bb65089
commit 0867276a63
2 changed files with 3 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ The default is `/build`.
### Build the radar
```
yarn
yarn start
```
@@ -21,6 +22,7 @@ Then open here: http://localhost:8080/build
### Build the radar with static files
```
yarn
yarn start:static
```