A Civic Tech Hackathon 2023 project
If you do not have python, pipenv, and Django installed, follow the steps here: (For Windows users)
- Download the latest version of python from here: Download python
- Open a terminal, run
pip install pipenv
- Git clone this project into a directory, and run
pipenv install django
in the terminal (Make sure you are in that path)
- Make sure you are in the root directory of this project (You should see app and platepals if you run
ls
) - run
python manage.py runserver
- Go to the localhost link specified