Spaces:
Sleeping
Sleeping
File size: 477 Bytes
2eef9ea | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | # 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
|