Development =========== Set up local version -------------------- 1. Fork and clone this repo 2. Create virtual environment 3. Set up environmental vars (see `.envrc.default`) 4. Install dependencies like so **$ pip install -r requirements.txt** 5. Migrate to create new local database with **$ django-admin migrate** 6. Run development server with **$ django-admin runserver** 7. Run tests with **$ pytest**