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.
dashboard/README.md

31 lines
1.3 KiB
Markdown
Raw Permalink Normal View History

2022-04-09 20:07:19 +02:00
# Heliox - Dashboard
2023-02-12 16:58:46 +01:00
<div align="center">
<img src="../../assets/logo.png" alt="Logo" width="80" height="80">
</div>
2022-04-09 20:07:19 +02:00
[![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/heliox/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=GHOSCHT/heliox&amp;utm_campaign=Badge_Grade)
<a href="https://www.figma.com/file/fK5tEIw4Zx8AivuVbu79Lw/Light-Control">
<img src="https://img.shields.io/badge/Figma-F24E1E?style=flat&logo=figma&logoColor=white" />
</a>
Uses: <https://github.com/GHOSCHT/simple-electron-react-boilerplate>
2023-02-12 16:58:46 +01:00
<div align="center">
<img src="../../assets/dashboard.png" alt="dashboard">
</div>
2022-04-09 20:07:19 +02:00
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
```