Getting things up and running is a bit more complicated because we're running a separate purely restful backend and a React.js frontend.
npm install
bower install
You're going to need "gulp" to build our frontend. So you need to run npm install -g gulp
. Then running the command below should automatically build everything and open a tab in your browser with the app running. By default the app is not configured to find our remote production api so you'll need to follow the instructions below on starting the api up as well.
gulp serve
pip install -r requirements
./manage.py migrate
./manage.py test