-
-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Lots more changes - see the changelog
- Loading branch information
1 parent
5418acb
commit 9769b98
Showing
12 changed files
with
2,225 additions
and
1,478 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
|
||
## Base data, folders, and files | ||
|
||
### Folder: `<userDir>/` | ||
|
||
This is usually `~/.node-red/` and is the main folder containing the settings and node packages for Node-RED. | ||
|
||
Prio to v5 of uibuilder, this was used to install uibuilder front-end packages. As of v5+, this is no longer the case. | ||
|
||
### Folder: `<uibRoot>/` | ||
|
||
Needs a package.json file and will contain a `node_modules` folder if any packages are installed for all instances of uibuilder (the default location). | ||
|
||
### Folder: `<uibRoot>/<url>/` | ||
|
||
This is the local configuration folder for a uibuilder node instance (as defined by the node's `url` setting). | ||
|
||
Needs a `package.json` file and will contain a `node_modules` folder if any packages are installed for this uibuilder node instance. | ||
|
||
## System startup | ||
|
||
## Editor | ||
|
||
### Open panel for a uibuilder node instance | ||
|
||
### Add a new package | ||
|
||
### Remove a package |
Oops, something went wrong.