To run this project, first make sure you have python2.7, pip, and virtualenv on your machine.
git clone ...
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
./run.sh
Optionally override environment variables in run.sh to use your own Braintree & Facebook secrets.