Configure your deck using only the web browser. Install plugins, explore custom configurations, presets and profiles.
Visit http://webdeck.org to get started.
Plugins are the heart and soul of Webdeck, anyone can create them and the resource bellow will guide you on you journey.
We are planning to add driver support for other devices other than the Stream Deck. Consider following this repo and make a discussion on what devices we should support. The plan is to allow drivers to be just like the plugins, made by anyone, for maximum compatibility.
If you would like to contribute to this application by adding new features or improve existing ones, follow the steps below.
To get started, install the dependencies
npm install
Once all the dependencies are installed you can start the application.
npm run start
Now navigate to <App>
component and make changes.
This repo comes with a Github Action (CI/CD). As soon as you merge you PR to master, the application will build and be deployed to github-pages. Once complete you will be able to see the changes on the live site.