set up by cloning, cd to the base folder, then setting up a python virtual environment and activating it (if you don't know how, you can google this)
then install the packages. in terminal:
pip install -r requirements.txt
Then set up the Django project as according to the youtube tutorial sent over slack. Make sure you can run in locally with no issues.