From d2e8f6f6b274865272f503ea6d9cd06c3bb59986 Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Thu, 24 Dec 2020 22:36:39 +0330 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2c680b8..c341e010 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This project has two components: run `./gradlew :server:run` to run the server ### the webUI how to do it is described in `webUI/react/README.md` but for short, - first run `yarn` to install the node modules(do this only once) + first cd into `webUI/react` then run `yarn` to install the node modules(do this only once) then `yarn start` to start the client if a new browser window doesn't start automatically, then open `http://127.0.0.1:3000` in a modern browser.