Buffalo Mutual Aid Network is a social action group for peer-to-peer organizing, humanitarian assistance, and reliable information sharing developed in response to the COVID-19 crisis.
Make sure these are installed on your machine.
- Python (3.7+)
$ PATH\TO\REPO\buffalomutualaid>
- Install pipenv to manage Python virtual environment and dependencies. Learn more about pipenv.
pip install pipenv
- Use pipenv to create a Python virtual environment and install dependencies based on the Pipfile.lock
pipenv sync
pipenv run manage.py runserver
Open server in browser at http://localhost:8000/
The project is available as open source under the terms of the MIT License.