diff --git a/Home.md b/Home.md index e59af93..ae7f9f6 100644 --- a/Home.md +++ b/Home.md @@ -3,3 +3,13 @@ ### Detailed designs and notes Here are some breakdowns of design notes that went into the design of individual nodes. * [[Email]] + +### Testing changes to nodes + +On a Windows system, the default location for Node-RED supplied nodes is: + +``` +C:\Users\\AppData\Roaming\npm\node_modules\node-red\node_modules +``` + +This becomes useful during testing. Within this directory, you will find the current implementations of the nodes. If you are making changes to the source of this project's nodes you can replace the ones found there with your own copies.