From c6c84c65894d4ef24ca43c42e3d93f3abf0ece47 Mon Sep 17 00:00:00 2001 From: Vit Brunner Date: Fri, 24 Oct 2014 20:22:22 +0200 Subject: [PATCH] Update readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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`.