Move dashboard-specific readme into matching dir
This commit is contained in:
parent
3e7072178e
commit
2247ce1197
1 changed files with 19 additions and 0 deletions
19
Dashboard/README.md
Normal file
19
Dashboard/README.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Heliox - Dashboard
|
||||
|
||||
[![Electron Build](https://github.com/GHOSCHT/light-control/actions/workflows/Electron.yml/badge.svg)](https://github.com/GHOSCHT/light-control/actions/workflows/Electron.yml)
|
||||
[![CodeQL](https://github.com/GHOSCHT/light-control/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/GHOSCHT/light-control/actions/workflows/codeql-analysis.yml)
|
||||
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/bdb8a994396345efab8271307f1ea155)](https://www.codacy.com/gh/GHOSCHT/light-control/dashboard?utm_source=github.com&utm_medium=referral&utm_content=GHOSCHT/light-control&utm_campaign=Badge_Grade)
|
||||
|
||||
Uses: <https://github.com/GHOSCHT/simple-electron-react-boilerplate>
|
||||
|
||||
Dashboard: node-gyp fails on sqlite3 build -> set default pyhton version to python 2
|
||||
|
||||
```shell
|
||||
node-gyp --python /path/to/python2.7/python.exe
|
||||
```
|
||||
|
||||
or
|
||||
|
||||
```shell
|
||||
npm config set python /path/to/executable/python2.7
|
||||
```
|
Reference in a new issue