feat: add bootstrap script for development and production modes on windows

This commit is contained in:
Wang Hao
2025-05-01 12:43:27 +08:00
parent a21dff27bb
commit 4d7165d51c
2 changed files with 31 additions and 0 deletions

View File

@@ -89,7 +89,11 @@ This project also includes a Web UI, offering a more dynamic and engaging intera
```bash
# Run both the backend and frontend servers in development mode
# On macOS/Linux
./bootstrap.sh -d
# On Windows
bootstrap.bat -d
```
Open your browser and visit [`http://localhost:3000`](http://localhost:3000) to explore the web UI.