mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 08:33:20 +00:00
Fix dev setup docs md rendering
Ordered list was badly formatted
This commit is contained in:
@@ -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+
|
||||
|
||||
Reference in New Issue
Block a user