Update home authored by s92379's avatar s92379
......@@ -204,7 +204,7 @@ This will launch the app at:
## 🧠 Notes & Conventions
- Backend port: `8080`
- Frontend port: `3000`
- Frontend port: `5173`
- API requests from the frontend should use `http://localhost:8080`
......@@ -249,7 +249,7 @@ mvn spring-boot:run
# Run frontend
cd frontend
npm install
npm start
npm run dev
```
---
......
......