Skip to content

Commit b024936

Browse files
authored
Update devc-welcome.md
1 parent 72e9fcc commit b024936

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.devcontainer/devc-welcome.md

+23
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,26 @@ flask --app application/app.py run --host=0.0.0.0 --port=7091
2424
```bash
2525
celery -A application.app.celery worker -l INFO
2626
```
27+
28+
## Github Codespaces Instructions
29+
30+
### 1. Make Ports Public:
31+
32+
Go to the "Ports" panel in Codespaces (usually located at the bottom of the VS Code window).
33+
34+
For both port 5173 and 7091, right-click on the port and select "Make Public".
35+
36+
![CleanShot 2025-02-12 at 09 46 14@2x](https://github.com/user-attachments/assets/00a34b16-a7ef-47af-9648-87a7e3008475)
37+
38+
39+
### 2. Update VITE_API_HOST:
40+
41+
After making port 7091 public, copy the public URL provided by Codespaces for port 7091.
42+
43+
Open the file frontend/.env.development.
44+
45+
Find the line VITE_API_HOST=http://localhost:7091.
46+
47+
Replace http://localhost:7091 with the public URL you copied from Codespaces.
48+
49+
![CleanShot 2025-02-12 at 09 46 56@2x](https://github.com/user-attachments/assets/c472242f-1079-4cd8-bc0b-2d78db22b94c)

0 commit comments

Comments
 (0)