From b515db4afcc993f016f84845900dbe6d84d073ad Mon Sep 17 00:00:00 2001 From: Robert Reinhard Date: Wed, 26 Jun 2013 20:54:37 -0700 Subject: [PATCH] Adding notes on contributing --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b31606d..03089fc 100644 --- a/README.md +++ b/README.md @@ -54,5 +54,10 @@ And you can also use the following as scales: * default +## Contribute -I encourage folks to submit new units via pull request. \ No newline at end of file +I encourage folks to submit new units (or whatever) via pull request. Make sure to run the unit tests or add to them as appropriate. To run the tests and build the dist version of Katamari: + +1. Install npm and run `npm install` +2. Install [grunt globally](http://gruntjs.com/getting-started#installing-the-cli) +3. Run `grunt test` from the repo directory