Pull requests are welcome from everyone.
Homebridge is written in TypeScript.
Fork, then clone the repo:
git clone [email protected]:your-username/homebridge.git
Install npm dependencies:
npm install
Build Homebridge:
npm run build
Start Homebridge:
npm run dev
# or
node bin/homebridge
All contributions must follow the style guidelines set by this project. To lint your changes run:
npm run lint