The first step is install nodejs.
After that, install node modules, download csv and start the app:
$ npm install
$ npm run get-data
$ npm start
Similarly, to run tests:
$ npm test
If you want to run frontend tasks manually, install grunt
globally:
$ sudo npm install -g grunt
$ sudo npm install -g grunt-cli