mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 00:23:17 +00:00
Update devc-welcome.md
This commit is contained in:
@@ -24,3 +24,26 @@ flask --app application/app.py run --host=0.0.0.0 --port=7091
|
|||||||
```bash
|
```bash
|
||||||
celery -A application.app.celery worker -l INFO
|
celery -A application.app.celery worker -l INFO
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Github Codespaces Instructions
|
||||||
|
|
||||||
|
### 1. Make Ports Public:
|
||||||
|
|
||||||
|
Go to the "Ports" panel in Codespaces (usually located at the bottom of the VS Code window).
|
||||||
|
|
||||||
|
For both port 5173 and 7091, right-click on the port and select "Make Public".
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
|
### 2. Update VITE_API_HOST:
|
||||||
|
|
||||||
|
After making port 7091 public, copy the public URL provided by Codespaces for port 7091.
|
||||||
|
|
||||||
|
Open the file frontend/.env.development.
|
||||||
|
|
||||||
|
Find the line VITE_API_HOST=http://localhost:7091.
|
||||||
|
|
||||||
|
Replace http://localhost:7091 with the public URL you copied from Codespaces.
|
||||||
|
|
||||||
|

|
||||||
|
|||||||
Reference in New Issue
Block a user