Skip to content

node-red/node-red.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3a70f6b · Apr 11, 2025
Feb 14, 2025
Jun 20, 2024
Jul 13, 2020
Nov 20, 2016
Jun 20, 2024
Feb 14, 2025
Jun 20, 2024
Feb 14, 2025
Feb 12, 2025
Aug 25, 2020
Sep 3, 2013
Oct 21, 2021
Apr 11, 2025
Apr 7, 2021
Sep 12, 2013
Jun 10, 2021
Nov 4, 2016
Jan 1, 2023
Jun 26, 2019
Sep 11, 2015
Nov 20, 2016
Apr 11, 2025
Dec 17, 2015
Sep 3, 2013

Repository files navigation

node-red.github.io

Node-RED Site

Contributing / Fixes

For simple typos and single line fixes please just raise an issue pointing out our mistakes. For larger changes, please discuss them on the forum or Slack team #docs channel.

If you need to raise a pull request please read our contribution guidelines before doing so.

Previewing the Site

This site is a Github Pages site that uses Jekyll for static site generation. To preview and test the site, first, make sure Jekyll is installed.

Fork the repository so you can make changes, commit them to your own repository and make pull requests for review. Then clone the repository if you haven't already:

git clone https://github.com/{your-github}/node-red.github.io

First time you run jeykll you need to do bundle install 1st for the dependencies,

cd node-red.github.io
bundle install
bundle exec jekyll serve -w

Once the site is built and running you can preview it at http://127.0.0.1:4000/.