doc:感谢README.md中项目启动方式

This commit is contained in:
Jianwu Huang
2025-04-16 23:15:00 +08:00
committed by GitHub
parent c82b60328b
commit 8efe22ebc4

View File

@@ -62,7 +62,7 @@ mv .env.example .env
```bash
cd backend
pip install -r requirements.txt
uvicorn app.main:app --reload
python main.py
```
### 3. 启动前端Vite + React