Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.16 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.16 KB

coder bounty logo

CoderBounty ReadMe

Join us on Slack:

Slack Status

To contribute, take an issue, and submit a pull request with the issue number in it win bounty!

Google Drive folder:

With design docs and notes.
https://goo.gl/xvb6CI

In addition to our github issues, we are Install ZenHub's browser extension to view our issues and kanban board.

Notes on getting started:

Run the server with:

python manage.py runserver

The first time you may need to run:

  • cd coderbounty
  • virtualenv venv
  • pip install -r requirements.txt
  • python manage.py migrate