mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
Updated Home (markdown)
parent
61fd152413
commit
158b972888
10
Home.md
10
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\<userid>\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.
|
||||
|
Loading…
Reference in New Issue
Block a user