Smart Desk Lamp platform
This repository has been archived on 2023-12-22. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2021-08-27 16:54:40 +02:00
.github/workflows Update Electron.yml 2021-08-27 16:54:40 +02:00
.husky Finalize on commit lint 2021-06-30 09:31:58 +02:00
Dashboard Chalk moved from dev dependencies to real deps 2021-08-27 13:08:31 +02:00
Devices Exclude Gerber folder from sync 2021-08-27 00:44:48 +02:00
.gitattributes Fix git destroying line ending after discarding changes 2021-08-25 22:46:20 +02:00
.gitignore Add husky 2021-06-30 08:37:09 +02:00
LICENSE.md Update and rename LICENSE to LICENSE.md 2020-08-08 20:15:44 +02:00
package.json Add husky on commit lint 2021-06-30 09:20:26 +02:00
README.md Add node-gyp notice 2021-08-27 09:06:26 +02:00
yarn.lock Add husky on commit lint 2021-06-30 09:20:26 +02:00

light-control

Electron Build PlatformIO CI Codacy Badge

Uses: https://github.com/GHOSCHT/simple-electron-react-boilerplate

Dashboard: node-gyp fails on sqlite3 build -> set default pyhton version to python 2

node-gyp --python /path/to/python2.7/python.exe

or

npm config set python /path/to/executable/python2.7