Browse Source
Mention need for `yarn install` for ./start_all.sh script
Required before the first run.
refactor/no-log-handler
Mariusz Klochowicz
3 years ago
No known key found for this signature in database
GPG Key ID: 470C865699C8D4D
1 changed files with
3 additions and
0 deletions
-
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 `vite` gets 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. |
|
|
|
|
|
|
|