Web Dashboard
Start the local web UI for sprint monitoring and task seeding.
Table of contents
Start the Web UI
yolo web start
The dashboard is available at http://127.0.0.1:3000.
Run API-Only
yolo web start --api-only
Upload Requirements
Use the API upload endpoint for requirements documents:
curl -F "file=@requirements.md" http://127.0.0.1:3000/api/v1/uploads