aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2014-10-30 20:36:40 -0400
committerTeddy Wing2014-10-30 20:36:40 -0400
commit20c24b7c548244672c785d96bde067adef96f404 (patch)
treefb02e4dfffd58b796ef89d41a13d4229c7474bba
parent4bb75b53e67d0c7fe2976d7ac6a43ab3a3ad3775 (diff)
downloadsipping-point-20c24b7c548244672c785d96bde067adef96f404.tar.bz2
README: include a note about node-supervisor & nodemon
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index f106aeb..a4fe420 100644
--- a/README.md
+++ b/README.md
@@ -3,3 +3,5 @@ Sipping Point
## Running the development server
DEBUG=sipping-point ./bin/www
+
+Install [node-supervisor](https://www.npmjs.org/package/supervisor) or [nodemon](https://www.npmjs.org/package/nodemon) to automatically restart the server when code changes.