Browse Source
Update README.md
Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
refactor/no-log-handler
Mariusz Klochowicz
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
README.md
|
|
@ -15,7 +15,7 @@ All the components can be started at once by running the following script: |
|
|
|
``` |
|
|
|
|
|
|
|
Note: Before first run, you need to run `cd frontend; yarn install` command to |
|
|
|
ensure that `vite` gets installed. |
|
|
|
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. |
|
|
|