A futuristic dashboard for managing AI agents, tasks, and system operations.
- Startup Guide - How to run, build, and deploy the app.
- API Documentation - Endpoints and data structures for the backend.
- Go-Live Checklist - Pre-production hardening checklist.
- Operations Runbook - Backup, restore, and incident workflows.
# Install dependencies
npm install
# Create local environment values
cp .env.example .env
# Run backend and frontend concurrently
npm run devOpen http://localhost:5173 to view the dashboard.