Some checks failed
homepanel/HomePanel/pipeline/head There was a failure building this commit
791 B
791 B
Home Panel
A React + Express control panel for Home Assistant.
Structure
packages/client: React frontendpackages/server: Express backend
Setup
-
Install dependencies:
pnpm install -
Start development server:
pnpm devThis will start:
- Client on http://localhost:5173
- Server on http://localhost:3001
Features
- Real-time data sync via WebSockets
- Config file persistence
- Modern React UI