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.
old-monorepo/Dashboard
2022-03-14 21:10:32 +01:00
..
.vscode Fix autoformat interfering with eslint 2021-10-28 09:46:32 +02:00
assets [ImgBot] Optimize images 2022-03-07 11:35:00 +00:00
scripts Update Branding 2022-03-07 12:38:48 +01:00
src First rough modal implementation 2022-03-14 21:10:32 +01:00
.eslintignore Add selfmade electron/react boilerplate 2021-06-29 23:30:22 +02:00
.eslintrc.js First Redux implementation 2021-08-27 00:26:40 +02:00
.gitignore Add selfmade electron/react boilerplate 2021-06-29 23:30:22 +02:00
babel.config.json Add selfmade electron/react boilerplate 2021-06-29 23:30:22 +02:00
package.json Add tray status support 2022-03-14 20:17:05 +01:00
README.md Fix codacy badge link 2022-02-06 16:46:34 +01:00
styled.d.ts First rough implementation of knob 2021-07-10 12:00:50 +02:00
tsconfig.json First switch to redux-toolkit 2021-12-31 21:21:34 +01:00
webpack.config.js Bump webpack-dev-server from 3.1.0 to 4.0.0 2021-08-26 13:20:26 +02:00
yarn.lock Add tray status support 2022-03-14 20:17:05 +01:00

Heliox - Dashboard

Electron Build CodeQL 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