An open API service indexing awesome lists of open source software.

https://github.com/sakazuki/node-red-desktop

Node-RED Desktop
https://github.com/sakazuki/node-red-desktop

electron node-red

Last synced: 4 months ago
JSON representation

Node-RED Desktop

Awesome Lists containing this project

README

          

# Node-RED Desktop

This is a desktop application of Node-RED

- [Homepage](https://sakazuki.github.io/node-red-desktop/)

## How to install Node-RED-Desktop

1. Download the installer from [release page](https://github.com/sakazuki/node-red-desktop/releases).
1. Run the installer.

## How to build Node-RED-Desktop

```
git clone https://github.com/sakazuki/node-red-desktop.git
cd node-red-desktop
npm install
npm run build
```