Commands:
./run-local.bat./run-server.bat
Behavior:
run-local.batruns the current branch in local development mode.run-server.batruns the current branch in server production mode.- Neither script performs git polling or automatic pulls.
- Both scripts auto-install missing backend/frontend dependencies.
- Frontend port is fixed at
5173and backend port is fixed at8000.
Notes:
- Port values are centralized in
runtime/constants.js(not.env).