Enable Node-RED to work with git source control

Storing application code files in a git project repo

By

Brian Innes

Archived content

Archive date: 2024-06-14

This content is no longer being updated or maintained. The content is provided “as is.” Given the rapid evolution of technology, some content, steps, or illustrations may have changed.

Node-RED applications consist of flow files and optionally a credential file (.json files) and a runtime (some .js files), which is a Node.js application. A package.json file captures all the required Node.js and Node-RED nodes that the flow needs. These are the application code files that you will store in a git project repo.

You can use the written instructions for the this tutorial in the workshop in GitHub. Or, you can follow along in this video.


Video will open in new tab or window.