To develop, you'll need to first install dependencies using Bower:
$ npm install -g bower
$ npm install
$ bower install
$ grunt serve
To create distributed demo
$ grunt build
Afterwards manually copy server.py, data and fonts folders (TO DO: include in grunt task)