Overview
- when run the frontend, use frontend/start-local-dev.sh
- when run the frontend on local, if ask to choose http or https, or when you see "请选择 (1 或 2): ", select https which is option 2
- when run the backend, use backend/start-local-dev.sh
- when run the project on local, we need to run both the frontend and backend
Important: Restart After Code Changes
- Backend: uses
node server.js(no auto-reload). After modifying backend code, you MUST stop (Ctrl+C) and restart./start-local-dev.shfor changes to take effect. - Frontend: Next.js dev server auto-reloads on file changes.