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
- Host: GitHub
- URL: https://github.com/sakazuki/node-red-desktop
- Owner: sakazuki
- License: apache-2.0
- Created: 2019-05-03T08:53:20.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-03T04:55:08.000Z (about 3 years ago)
- Last Synced: 2024-04-15T02:17:06.475Z (almost 2 years ago)
- Topics: electron, node-red
- Language: TypeScript
- Homepage: https://sakazuki.github.io/node-red-desktop/
- Size: 2.17 MB
- Stars: 67
- Watchers: 7
- Forks: 25
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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
```