This project is made with Python & Django.
The Python version used in this project is 3.8.2.
However you need to have at least Python 3.6 installed because of the use of 'f strings'.
All dependencies are listed inside requirements.txt
To install the dependencies run:
pip install -r requirements.txt
There's various methods for compiling sass files.
I used Ruby Sass to compile & watch the files.
sass --watch styles.sass:styles.css --style compressed
python manage.py runserver
If you Python3 isn't your default set Python version, you need to run a different command.
python3 ./manage.py runserver