inital commit, very early alpha stage
This commit is contained in:
12
frontend/README.md
Normal file
12
frontend/README.md
Normal 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`.
|
||||
Reference in New Issue
Block a user