Running Node-RED on Windows

The documentation covers how to install and run on windows: https://nodered.org/docs/platforms/windows

In summary, it’s the same principle as on all platforms - install node.js and then use npm to install the node-red module.

Nick