Updated README.md

This commit is contained in:
RemixDev 2021-05-29 18:35:40 +02:00
parent 825fc2a204
commit b0419964f4
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ If you're using git to get this repo you should use `git submodule update --init
Install the dependencies using `yarn install`.
Then you should be able to run the app with `yarn start`.
You can change the default port by setting the environment variable `PORT` to any other number
You can change the default port by setting the environment variable `PORT` to any other number before starting the app.
## Building the app
Make sure you've installed the dependencies for all packages (the root folder, `server` and `webui`).