From 23399c5d431a4976018234805fb1bf217941255e Mon Sep 17 00:00:00 2001 From: Mariusz Klochowicz Date: Thu, 14 Oct 2021 11:24:35 +1030 Subject: [PATCH] Mention need for `yarn install` for ./start_all.sh script Required before the first run. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9499059..6afca00 100644 --- a/README.md +++ b/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.