diff --git a/README.md b/README.md index b287ecb..5a6c208 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,12 @@ less like this: sudo apt-get install nodejs npm install +### Run dev server + + node_modules/.bin/grunt server + +Point your browser at http://0.0.0.0:8000/#/tests.the_raven/ + ### Tests Run tests with `npm test`.