Guess the location!
Local dev setup:
- clone the repo
- install pipenv using pip: pip install pipenv --user
- install project dependencies using pipnev: pipenv install --dev
- create .env file based on .sample.env
- run the dev server using Makefile or by typing manage.py command by hand: make run