Deckboard extension for adding Memebox triggers
- Install Deckboard app
- Install Memebox (or a Nightly build)
- Download the released memebox.asar file
- Save it to your
{USERNAME}\deckboard\extensions
folder- ex
C:\Users\demo\deckboard\extensions
- ex
- Clone the repository to your pc
- cd into your cloned repository folder
- Run
npm install
command - Run
npm run dev-install
command- This will build the
.asar
file and place it in your extensions folder
- This will build the
- Node & npm
- Open deckboard app and under extensions configs fill in your memebox connection information
This extension SHOULD run on Windows, Mac & Linux but has only been tested on Windows so far.