Some checks failed
homepanel/HomePanel/pipeline/head There was a failure building this commit
36 lines
791 B
Markdown
36 lines
791 B
Markdown
<img src="https://git.tombutcher.work/HomePanel/HomePanel/raw/branch/main/packages/client/assets/HomePanelIcon.svg" height="164px">
|
|
|
|
# Home Panel
|
|
|
|
[](https://ci.tombutcher.work/job/homepanel/job/HomePanel/job/main/2/)
|
|
|
|
A React + Express control panel for Home Assistant.
|
|
|
|
## Structure
|
|
|
|
- `packages/client`: React frontend
|
|
- `packages/server`: Express backend
|
|
|
|
## Setup
|
|
|
|
1. Install dependencies:
|
|
```bash
|
|
pnpm install
|
|
```
|
|
|
|
2. Start development server:
|
|
```bash
|
|
pnpm dev
|
|
```
|
|
|
|
This 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
|
|
|