Spaces:
Sleeping
Sleeping
| # Frontend | |
| This is the React frontend for the Multi-Agent Dashboard. | |
| ## Setup | |
| \\\ash | |
| cd frontend | |
| npm install | |
| npm run dev | |
| \\\ | |
| "@ | Out-File frontend/README.md -Encoding UTF8 | |
| # Add more commits across 2025 | |
| MakeCommit "docs: add frontend setup documentation" "Wed Aug 20 00:00:00 2025 +0000" "frontend/README.md" | |
| # Create missing API routes test | |
| @" | |
| """Tests for API routes.""" | |
| import pytest | |
| from fastapi.testclient import TestClient | |
| def test_health_endpoint(): | |
| pass | |