添加run.bat

This commit is contained in:
2026-08-21 14:12:27 +08:00
parent a44f703619
commit 9d331cc37f
4 changed files with 130 additions and 4 deletions
+5 -2
View File
@@ -16,5 +16,8 @@ Run both application services from the repository root with:
./run.sh
```
The startup script expects `backend/app/main.py` and
`frontend/package.json` to be added by the implementation phase.
On Windows, run `run.bat` instead.
Python 3 and Node.js (including npm) must be installed first. Both startup
scripts create `backend/.venv` and install the backend and frontend
dependencies automatically when they are missing.