From 2c81ad7e9da96baf8c2166f4dec575c27a1c41d0 Mon Sep 17 00:00:00 2001 From: Olly Smith Date: Tue, 26 Jun 2012 07:47:36 +0100 Subject: [PATCH] Update developer docs for grunt. --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f2a1c87..42ce60e 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,17 @@ Very daring. Fork, hack, possibly even add some tests, then send a pull request :) -Tests use [qunit](http://docs.jquery.com/QUnit), and are in `test.html`. +### Developer quick-start + +You'll need [node.js](https://nodejs.org). I recommend using +[nvm](https://github.com/creationix/nvm) for installing node in +development environments. + +With node installed, install [grunt](https://github.com/cowboy/grunt) using +`npm install -g grunt`, and then the rest of the test/build dependencies +with `npm install` in the morris.js project folder. + +Once you're all set up, you can compile, minify and run the tests using `grunt`. ## Changelog