Browse Source

Merge #305

305: Add yarn install to README r=da-kami a=da-kami



Co-authored-by: Daniel Karzel <daniel@comit.network>
Co-authored-by: Mariusz Klochowicz <mariusz@klochowicz.com>
refactor/no-log-handler
bors[bot] 3 years ago
committed by GitHub
parent
commit
d972f924ab
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      README.md

6
README.md

@ -14,6 +14,9 @@ All the components can be started at once by running the following script:
./start_all.sh
```
Note: Before first run, you need to run `cd frontend; yarn install` command to
ensure that all dependencies get installed.
The script combines the logs from all binaries inside a single terminal so it
might not be ideal for all cases, but it is convenient for quick regression testing.
@ -48,7 +51,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