Create a virtual environment, activate and install the requirements:
python -m venv .venv
. .venv/bin/activate
pip install -r requirements.txt
Setup the local sqlite db by running:
make setup
and then start the website by running:
make website
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Create a virtual environment, activate and install the requirements:
python -m venv .venv
. .venv/bin/activate
pip install -r requirements.txt
Setup the local sqlite db by running:
make setup
and then start the website by running:
make website