diff options
| author | Teddy Wing | 2014-10-30 20:36:40 -0400 |
|---|---|---|
| committer | Teddy Wing | 2014-10-30 20:36:40 -0400 |
| commit | 20c24b7c548244672c785d96bde067adef96f404 (patch) | |
| tree | fb02e4dfffd58b796ef89d41a13d4229c7474bba | |
| parent | 4bb75b53e67d0c7fe2976d7ac6a43ab3a3ad3775 (diff) | |
| download | sipping-point-20c24b7c548244672c785d96bde067adef96f404.tar.bz2 | |
README: include a note about node-supervisor & nodemon
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |
