Start the backend (FastAPI/uvicorn) and frontend (Vite) development servers. Use when user mentions "start dev", "run servers", "launch app", "start the app", or needs to run the application locally.
SKILL.md
Development Servers
Instructions
Check if dependencies are installed:
Backend: Look for backend/venv/ or ask user about Python environment
Frontend: Check if frontend/node_modules/ exists
Install dependencies if missing:
Backend: cd backend && pip install -r requirements.txt
Frontend: cd frontend && npm install
Start servers (recommend running in separate terminals or background):