NodeJS is required to build.
To install dependencies, run:
npm install
npm install -g grunt-cli
npm install -g coffee-script
The Model code can be used to simulate pensions on the desktop by running the code through NodeJS. See model_test.coffee for an example usage.
coffee model_test.coffee
"grunt" to build the project and start a dev server
grunt
run "grunt deploy" to push the distribution code to the server
grunt deploy