Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 836 Bytes

README.md

File metadata and controls

37 lines (22 loc) · 836 Bytes

OnAir Stream Deck

How it works?

It uses an external Hardware (see hardware directory) to notify when you are On Air

in action: https://twitter.com/comedordexis/status/1268549324092387340

With any StreamDeck you just install the latest release and then configure the IP address from the hardware you setup and that is it

How to setup the dev environment

  1. Install all the dependencies
yarn
  1. Build the project for the first time, the project uses Parcel as bundler to handle React and TypeScript
yarn build
  1. Package the plugin
./tools/mac/DistributionTool -b -i ./dist/dev.cpanato.onair.sdPlugin -o ./release/

References

Contributing

Feel free to send in any pull requests.