Create project

This commit is contained in:
2024-03-03 19:47:14 -05:00
commit 60d03594ec
5 changed files with 24 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
*.backup
+7
View File
@@ -0,0 +1,7 @@
NerdHomeInc-NR
==============
### About
This is your project's README.md file. It helps users understand what your
project does, how to use it and anything else they may need to know.
+1
View File
@@ -0,0 +1 @@
[]
+3
View File
@@ -0,0 +1,3 @@
{
"$": "c0f69fe36a0360bf7c11a66c20421d089Zw="
}
+12
View File
@@ -0,0 +1,12 @@
{
"name": "NerdHomeInc-NR",
"description": "A Node-RED Project",
"version": "0.0.1",
"dependencies": {},
"node-red": {
"settings": {
"flowFile": "flows.json",
"credentialsFile": "flows_cred.json"
}
}
}