Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.51 KB

README.md

File metadata and controls

42 lines (30 loc) · 1.51 KB

Buffalo Mutual Aid Network

GitHub release (latest by date) Build Status GitHub

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.

Web Development

Requirements

Make sure these are installed on your machine.

Clone repository and open terminal in project's root directory.

$ PATH\TO\REPO\buffalomutualaid>

Set up environment

  1. Install pipenv to manage Python virtual environment and dependencies. Learn more about pipenv.
pip install pipenv
  1. Use pipenv to create a Python virtual environment and install dependencies based on the Pipfile.lock
pipenv sync

Start local server

pipenv run manage.py runserver

Visit local server

Open server in browser at http://localhost:8000/

License

The project is available as open source under the terms of the MIT License.