Update README.md

This commit is contained in:
Levente Csőke
2023-06-16 07:49:11 +02:00
committed by GitHub
parent 8892b70785
commit 08250120d1

View File

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