1
Fork 0

Install npm dependencies

It is required to run `npm install`.
This commit is contained in:
Benoît S 2021-09-05 13:48:51 +09:00 committed by Benoit S
parent 5eb4bf83f3
commit 025d7a02ad
1 changed files with 3 additions and 1 deletions

View File

@ -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).