13 lines
225 B
Markdown
13 lines
225 B
Markdown
# 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`.
|