Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 534 Bytes

CONTRIBUTING.md

File metadata and controls

41 lines (26 loc) · 534 Bytes

Contributing

Pull requests are welcome from everyone.

Homebridge is written in TypeScript.

Getting Setup

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