1
Fork 0

Merge pull request #505 from benpro/patch-2

Install npm dependencies
This commit is contained in:
Viktor Strate Kløvedal 2021-09-07 16:45:44 +02:00 committed by GitHub
commit bb613345ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -144,7 +144,9 @@ Make sure [node](https://nodejs.org/en/) is installed.
In a new terminal window run the following commands: In a new terminal window run the following commands:
```bash ```bash
cd ./ui && npm start cd ./ui
npm install
npm start
``` ```
The site can now be accessed at [localhost:1234](http://localhost:1234). The site can now be accessed at [localhost:1234](http://localhost:1234).