Both client and server apps are contained in this repository, kept in sync. They integrate through a RESTful api.
#!/bin/bash
sudo add-apt-repository --yes ppa:chris-lea/node.js
sudo apt-get --quiet update
sudo apt-get install --yes --quiet nodejs
cd client
sudo npm -g install grunt-cli karma bower
npm install
bower install
grunt compile
APP_ENV: PRODUCTION, STAGING, DEVELOPMENT, TESTING
./manage.py run