Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 386 Bytes

File metadata and controls

16 lines (10 loc) · 386 Bytes

BlueCollr

Setup Instructions

Clone the git repository:

git clone https://github.com/BrandonTang/BlueCollr.git

Create a virtual environment and install the requirements:

virtualenv bluecollr_venv
source bluecollr_venv/bin/activate
pip install -r requirements.txt

Locally run the app by entering the following in the command line:

python manage.py runserver