From b0419964f400aa8b511d534d3b87969a98e4c4c5 Mon Sep 17 00:00:00 2001 From: RemixDev Date: Sat, 29 May 2021 18:35:40 +0200 Subject: [PATCH] Updated README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 73d6f14..3ea684e 100644 --- a/README.md +++ b/README.md @@ -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`).