From 8892b707855dfaa9866c14fd96208497e1069fdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Levente=20Cs=C5=91ke?= <32789141+tardigrde@users.noreply.github.com> Date: Fri, 16 Jun 2023 07:47:38 +0200 Subject: [PATCH 1/2] Fix dev setup docs md rendering Ordered list was badly formatted --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 447a97f6..0b44ba4e 100644 --- a/README.md +++ b/README.md @@ -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+ From 08250120d16202454da9ad0ad75de6209a9730f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Levente=20Cs=C5=91ke?= <32789141+tardigrde@users.noreply.github.com> Date: Fri, 16 Jun 2023 07:49:11 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b44ba4e..0c0b1480 100644 --- a/README.md +++ b/README.md @@ -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+