Skip to content

Commit

Permalink
Merge pull request #8 from crstmkt/develop
Browse files Browse the repository at this point in the history
Develop is now merged to main. This means: Main is now rewritten to be a react app, dockered and containered to be executable in portainer instance on RPi that runs HASS OS
  • Loading branch information
crstmkt committed Aug 9, 2021
2 parents e823655 + b6976f9 commit 860f552
Show file tree
Hide file tree
Showing 207 changed files with 47,718 additions and 18,210 deletions.
51 changes: 51 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,54 @@

*.log
js/Token.js
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
.dockerignore
Dockerfile


npm-debug.log*
yarn-debug.log*
yarn-error.log*
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
src/API/API.js
src/API/API.js
19 changes: 19 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "launch",
"name": "Launch Chrome against localhost",
"url": "http://localhost:3000",
"webRoot": "${workspaceFolder}"
},
{
"type": "chrome",
"request": "attach",
"name": "Attach to Chrome",
"port": 9222,
"webRoot": "${workspaceFolder}"
}
]
}
52 changes: 0 additions & 52 deletions css/Dashboard.css

This file was deleted.

5 changes: 0 additions & 5 deletions css/WiFi.css

This file was deleted.

3 changes: 0 additions & 3 deletions css/materialdesignicons.min.css

This file was deleted.

16 changes: 0 additions & 16 deletions css/materialdesignicons.min.css.map

This file was deleted.

Empty file removed css/module.css
Empty file.
154 changes: 0 additions & 154 deletions css/theme.css

This file was deleted.

Loading

0 comments on commit 860f552

Please sign in to comment.