From 025d7a02ad60148596f7de3856e675e0a9956077 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20S?= Date: Sun, 5 Sep 2021 13:48:51 +0900 Subject: [PATCH] Install npm dependencies It is required to run `npm install`. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 576ea18..c7b0c50 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,9 @@ Make sure [node](https://nodejs.org/en/) is installed. In a new terminal window run the following commands: ```bash -cd ./ui && npm start +cd ./ui +npm install +npm start ``` The site can now be accessed at [localhost:1234](http://localhost:1234).