Browse Source

Add yarn install to README

refactor/no-log-handler
Daniel Karzel 3 years ago
parent
commit
c91cf19c70
No known key found for this signature in database GPG Key ID: 30C3FC2E438ADB6E
  1. 3
      README.md

3
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
```

Loading…
Cancel
Save