diff --git a/README.md b/README.md index 577f8faa8..b3cddd7b0 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,19 @@ During development, you can use `npm run watch` to cause any update you make to npm start ``` +or to start and watch at once +```bash +npm run dev +``` + Once running, open `http://localhost:8333` in your browser. If you wish to have the server reload automatically, you can install either [nodemon](https://github.com/remy/nodemon) or [forever](https://github.com/foreverjs/forever). +### To stop +```bash +# Stops all `start` and `watch` processes +npm stop +``` + #### Configuration `npm start` and `npm run watch` can be configured with the following environment variables