Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.

Latest commit

 

History

History
31 lines (21 loc) · 854 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 854 Bytes

Build Status

Quickstart:

git clone https://github.com/gratipay/inside.gratipay.com.git
cd inside.gratipay.com
make run

Then: http://localhost:8536/.

You need python and make.

Deployment

Deployment of master to Heroku happens automatically from Travis. See also: .travis.yml.

Manual development setup

For Windows, which comes without make, you can create virtualenv, install dependencies and run it manually with:

virtualenv env
env\Scripts\pip install -f vendor -r requirements.txt
env\Scripts\python startapp.py