Fix dev setup docs md rendering

Ordered list was badly formatted
This commit is contained in:
Levente Csőke
2023-06-16 07:47:38 +02:00
committed by GitHub
parent 534e4cb591
commit 8892b70785

View File

@@ -105,9 +105,8 @@ python -m venv venv
cd application/
pip install -r requirements.txt
```
5 . Run the app
`python wsgi.py`
6. Start worker with `celery -A app.celery worker -l INFO`
5. Run the app `python wsgi.py`
7. Start worker with `celery -A app.celery worker -l INFO`
### Start frontend
Make sure you have Node version 16+