Initial frontend implementation

- React dashboard with Tailwind CSS v4
- Session-based authentication (Lucia patterns)
- API client with axios
- Project, Task, and Agent views
- Bun.serve() with HMR and API proxy
- Docker support

Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
This commit is contained in:
Hector Ros
2026-01-20 01:20:34 +01:00
commit c9082cba81
26 changed files with 1474 additions and 0 deletions

1
index.ts Normal file
View File

@@ -0,0 +1 @@
console.log("Hello via Bun!");