* [ ] Activate the virtual environment
* [ ] Run the static server
* [ ] Run the app
On Windows:
.venv\Scripts\activate.bat
On Mac or Linux using virtualenv:
.venv/bin/activate
On Mac using conda:
conda activate py39
npm start
python manage.py runserver 8001
mkdir -p logs && celery -A koe worker -l info -c 1 --logfile=logs/celery.log