Getting Started once you clone the repo, type the following commands into the root of the repo python3 -m venv .venv . .venv/bin/activate pip install django python3 manage.py runserver once you run these commands, go to http://127.0.0.1:8000/