inital commit, very early alpha stage

This commit is contained in:
2026-06-30 13:38:24 +02:00
parent f5530ad336
commit 70cf1a84ca
72 changed files with 14074 additions and 2 deletions

12
frontend/README.md Normal file
View File

@@ -0,0 +1,12 @@
# GroupHome Frontend
React, Vite, and TypeScript frontend for the GroupHome demo.
```bash
npm install
npm run dev
npm run build
npm run test
```
The dev server proxies `/api` and `/.well-known` to `http://localhost:8000`.