electron-node-red/README.md

21 wiersze
689 B
Markdown
Czysty Zwykły widok Historia

2016-03-09 21:59:34 +00:00
# electron-node-red
2016-03-09 21:49:41 +00:00
2016-03-09 21:59:34 +00:00
This is an Electron template to embed Node-RED with a UI generated by node-red-contrib-ui
2016-03-09 21:49:41 +00:00
## To Use
To clone and run this repository you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. From your command line:
```bash
# Clone this repository
2016-03-09 21:59:34 +00:00
git clone https://github.com/natcl/electron-node-red.git
2016-03-09 21:49:41 +00:00
# Go into the repository
2016-03-09 21:59:34 +00:00
cd electron-node-red
2016-03-09 21:49:41 +00:00
# Install dependencies and run the app
npm install && npm start
```
Learn more about Electron and its API in the [documentation](http://electron.atom.io/docs/latest).
#### License [CC0 (Public Domain)](LICENSE.md)