node-red/README.md

70 lines
1.9 KiB
Markdown
Raw Permalink Normal View History

2013-09-05 16:02:48 +02:00
# Node-RED
2023-09-05 14:17:55 +02:00
https://nodered.org
[![Build Status](https://github.com/node-red/node-red/actions/workflows/tests.yml/badge.svg?branch=master)](https://github.com/node-red/node-red/actions?query=branch%3Amaster)
2014-04-14 10:51:55 +02:00
2019-09-30 14:38:46 +02:00
Low-code programming for event-driven applications.
2013-09-05 16:02:48 +02:00
2023-09-05 14:17:55 +02:00
![Node-RED: Low-code programming for event-driven applications](https://nodered.org/images/node-red-screenshot.png)
2013-10-02 21:37:28 +02:00
2013-09-05 16:02:48 +02:00
## Quick Start
2023-09-05 14:17:55 +02:00
Check out https://nodered.org/docs/getting-started/ for full instructions on getting
2015-04-02 22:19:57 +02:00
started.
2013-09-05 16:02:48 +02:00
1. `sudo npm install -g --unsafe-perm node-red`
2015-04-02 22:19:57 +02:00
2. `node-red`
3. Open <http://localhost:1880>
2013-09-05 16:02:48 +02:00
2015-02-06 14:16:46 +01:00
## Getting Help
2013-09-26 22:12:31 +02:00
2023-09-05 14:17:55 +02:00
More documentation can be found [here](https://nodered.org/docs).
2013-09-26 22:12:31 +02:00
For further help, or general discussion, please use the [Node-RED Forum](https://discourse.nodered.org) or [slack team](https://nodered.org/slack).
2013-09-05 16:02:48 +02:00
2015-04-09 11:21:27 +02:00
## Developers
If you want to run the latest code from git, here's how to get started:
1. Clone the code:
2015-04-09 11:21:27 +02:00
git clone https://github.com/node-red/node-red.git
2015-04-09 11:21:27 +02:00
cd node-red
2. Install the node-red dependencies
2015-04-09 11:21:27 +02:00
npm install
3. Build the code
npm run build
2015-04-09 11:21:27 +02:00
4. Run
2015-04-09 11:21:27 +02:00
npm start
2015-04-09 11:21:27 +02:00
2013-09-05 16:02:48 +02:00
## Contributing
2015-04-02 22:19:57 +02:00
Before raising a pull-request, please read our
[contributing guide](https://github.com/node-red/node-red/blob/master/CONTRIBUTING.md).
2013-09-05 21:39:33 +02:00
2016-04-07 22:13:40 +02:00
This project adheres to the [Contributor Covenant 1.4](http://contributor-covenant.org/version/1/4/).
2016-04-07 21:49:44 +02:00
By participating, you are expected to uphold this code. Please report unacceptable
2018-01-26 15:59:41 +01:00
behavior to any of the project's core team at team@nodered.org.
2016-04-07 21:49:44 +02:00
2013-09-05 16:02:48 +02:00
## Authors
2022-01-27 13:49:48 +01:00
Node-RED is a project of the [OpenJS Foundation](http://openjsf.org).
2022-01-27 13:49:48 +01:00
It is maintained by:
2013-09-05 16:02:48 +02:00
2022-01-27 13:49:48 +01:00
* Nick O'Leary [@knolleary](http://twitter.com/knolleary)
* Dave Conway-Jones [@ceejay](http://twitter.com/ceejay)
* And many others...
2014-04-14 10:51:55 +02:00
2013-09-05 16:02:48 +02:00
## Copyright and license
2020-09-29 21:28:15 +02:00
Copyright OpenJS Foundation and other contributors, https://openjsf.org under [the Apache 2.0 license](LICENSE).