aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.