添加run.bat
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user