Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Latest commit

 

History

History
39 lines (25 loc) · 739 Bytes

CONTRIBUTING.md

File metadata and controls

39 lines (25 loc) · 739 Bytes

Contributing

Pull requests are welcome from everyone.

This project is written in TypeScript and Angular for the server portal UI.

Getting Setup

First, remove any globally installed versions of homebridge-gsh you may have installed on your development machine:

npm uninstall -g homebridge-gsh

Fork, then clone the repo:

git clone [email protected]:your-username/homebridge-gsh.git

Install npm dependencies for the plugin:

npm install

Build the plugin:

npm run build:plugin

Symlink your development directory to global:

npm link

You can now run homebridge and it will use homebridge-gsh from your development directory.