How to get going:
- install node.js
- install bower
npm install bower -g
- install grunt
npm install grunt-cli -g
- pull down this source code locally
- open a commandline at the root of the repo and type:
npm install
bower install
- when you're ready to run tests, type
grunt
- To run tests or examples in a browser, you can use the simple http server:
node static-server.js
Tested on OS X Mountain Lion and Windows 8