title | weight | featuredImage |
---|---|---|
Node-RED Configuration |
1 |
./node-red.png |
This is a base configuration for IoT development to help to get up-and-running quickly with Node-RED by standardizing the configuration and plug-ins that are installed.
Install Node-RED, then:
cd ~/.node-red
git clone git@github.com:tmobile/node-red-config.git tmp
mv tmp/.git ./
rm -rf tmp
git reset --hard
npm install
Node-RED is now configured!