Tested and working, added ability to use vite

This commit is contained in:
Craig
2026-08-02 18:46:23 +01:00
parent fc30b28921
commit 42c4deca75
12 changed files with 143 additions and 25 deletions
+4 -1
View File
@@ -36,7 +36,7 @@ Two terminals:
```bash
# Terminal 1 — backend on http://localhost:8000
cd backend
cd backend
uv run uvicorn main:app --reload
# Terminal 2 — frontend on http://localhost:5173 (proxies /api → :8000)
@@ -59,3 +59,6 @@ cd frontend && npm test # frontend suite (vitest)
```bash
cd frontend && npm run build # production build to frontend/dist/
```
# Agentic dev
Defined subagents, idea is big strong agent tells the little ones what to do. I maybe have overkilled on the "small" agents, v4 pro is till pretty powerful. Play around with it and see what we can get away with.