To use this stuff, you need to install node, npm, and grunt. (details to come).
Installing Node
Installing NPM
- Overview
curl https://npmjs.org/install.sh | sh
Installing Grunt
- Getting started instructions
npm install -g grunt-cli
Once you have those, you can install all dependencies with:
npm install