This is an Electron application to embed Node-RED with a Dashboard generated by node-red-dashboard. It also includes ngrok to expose your node red server to the internet for incomming webhooks
To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
git clone https://github.com/sammachin/workbench.git
# Go into the repository
cd electron-node-red
# Install dependencies and run the app
npm install && npm start
You can run npm run build
to build binaries of "everything".
Builds are created in the dist
directory.
# build for OSX 64 bits
npm run build:osx
# build for Windows 64 bits
npm run build:win64
# build for Linux 64 bits
npm run build:linux64