aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphilllies <philipp.eichmann@gmail.com>2018-12-21 19:39:29 -0500
committerGitHub <noreply@github.com>2018-12-21 19:39:29 -0500
commit5c3b292430db7c18629d78105bd2f294a653d8ee (patch)
treeacaf36701655cb14a5d2c6d58ab75cd027bf59b7
parent5c3ad90cdc8fa48c2ebe4ae04074b2132360e724 (diff)
Update README.md
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1ec9d15b9..0be27db8c 100644
--- a/README.md
+++ b/README.md
@@ -4,3 +4,5 @@ Install Node.js, then, from the project directory, run
* `npm install`
* `npm start`
* goto `http://localhost:1050`
+
+Note: `npm start` compiles and runs the application in debug mode, meaning that when you edit and save the source files, it will re-compile and reload the browser window automatically.