Skip to content

Files

Latest commit

fdfdca0 · May 31, 2019

History

History
19 lines (14 loc) · 434 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 434 Bytes

HomeKit Accessory Server Electron App

Simple Electron wrapper for the hap-server web interface that stays connected in the background and provides notifications.

Installation

This isn't published to npm and doesn't have any prebuilt releases so you have to use git to install.

git clone https://gitlab.fancy.org.uk/hap-server/electron-app.git hap-server-app
cd hap-server-app

npm install
npx gulp build
npm start