Tested and working, added ability to use vite
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user