Requires Python 2.7.x
# get the code
git clone [email protected]:ibmets/toptrumps.git
cd toptrumps
# install the server-side dependencies
pip install -r requirements.txt
# install the web project dependencies
bower install
# run locally
export VCAP_APP_HOST=127.0.0.1
python server.py
cf push