https://github.com/fmalcher/companion-module-magichome-led
https://github.com/fmalcher/companion-module-magichome-led
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/fmalcher/companion-module-magichome-led
- Owner: fmalcher
- Created: 2020-12-17T13:28:10.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-18T12:19:12.000Z (over 5 years ago)
- Last Synced: 2024-10-06T06:20:14.129Z (over 1 year ago)
- Language: TypeScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# companion-module-magichome-led
## Getting started
Execute `yarn` command to install the dependencies.
The module can be built once with `yarn build`. This should be enough to get the module to be loadable by companion.
While developing the module, by using `yarn build:watch` the compiler will be run in watch mode to recompile the files on change.