node-red/packages/node_modules/node-red/README.md

50 lines
1.5 KiB
Markdown
Raw Normal View History

2018-08-21 14:43:11 +02:00
# Node-RED
2023-09-05 14:17:55 +02:00
https://nodered.org
2018-08-21 14:43:11 +02:00
2022-01-27 13:49:48 +01:00
Low-code programming for event-driven applications.
2018-08-21 14:43:11 +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)
2018-08-21 14:43:11 +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
2018-08-21 14:43:11 +02:00
started.
1. `sudo npm install -g --unsafe-perm node-red`
2. `node-red`
3. Open <http://localhost:1880>
## Getting Help
2023-09-05 14:17:55 +02:00
More documentation can be found [here](https://nodered.org/docs).
2018-08-21 14:43:11 +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).
## Developers
2018-12-07 16:29:35 +01:00
The main Node-RED modules are maintained as a monorepo on [GitHub](https://github.com/node-red/node-red).
2018-08-21 14:43:11 +02:00
## Contributing
Before raising a pull-request, please read our
[contributing guide](https://github.com/node-red/node-red/blob/master/CONTRIBUTING.md).
This project adheres to the [Contributor Covenant 1.4](http://contributor-covenant.org/version/1/4/).
By participating, you are expected to uphold this code. Please report unacceptable
behavior to any of the project's core team at team@nodered.org.
## Authors
2022-01-27 13:49:48 +01:00
Node-RED is a project of the [OpenJS Foundation](http://openjsf.org).
2018-08-21 14:43:11 +02:00
2022-01-27 13:49:48 +01:00
It is maintained by:
2018-08-21 14:43:11 +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...
2018-08-21 14:43:11 +02:00
## Copyright and license
2022-01-27 13:49:48 +01:00
Copyright OpenJS Foundation and other contributors, https://openjsf.org under [the Apache 2.0 license](LICENSE).