HomePanel/README.md
Tom Butcher 6ecd29449d
Some checks failed
homepanel/HomePanel/pipeline/head There was a failure building this commit
Added logo and build status to readme.
2026-02-01 21:28:47 +00:00

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
[![Build Status](https://ci.tombutcher.work/buildStatus/icon?job=homepanel%2FHomePanel%2Fmain&style=flat-square)](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