Skip to content

Commit e30201a

Browse files
added note
1 parent 7d194d1 commit e30201a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documents/LocalDebuggingSetup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,9 +286,9 @@ The startup scripts automate the complete local development setup:
286286
- **Dependencies**: Creates virtual environment and installs Python/npm packages
287287
- **Service Launch**: Starts both backend (port 8000) and frontend (port 3000) servers
288288

289+
> **Note**: The script includes a 30-second wait time for the backend to initialize before starting the frontend. However, sometimes it might take more time. If you see connection errors in the frontend initially, please wait a moment for the backend to become fully ready, then reload the frontend once the backend is available.
289290
290291
## Access the Application
291292

292293
- **Frontend**: http://localhost:3000
293294
- **Backend API**: http://127.0.0.1:8000
294-
---

0 commit comments

Comments
 (0)