Daniel Karzel
3 years ago
No known key found for this signature in database
GPG Key ID: 30C3FC2E438ADB6E
1 changed files with
2 additions and
1 deletions
-
README.md
|
|
@ -48,7 +48,8 @@ However, the development environment still needs to be start twice! |
|
|
|
Which frontend to start is configured via the `APP` environment variable. |
|
|
|
|
|
|
|
```bash |
|
|
|
cd frontend; |
|
|
|
cd frontend |
|
|
|
yarn install |
|
|
|
APP=taker yarn dev |
|
|
|
APP=maker yarn dev |
|
|
|
``` |
|
|
|