This commit is contained in:
2023-07-29 17:57:45 +02:00
parent 150638b592
commit 4ec3c5ab2f
22 changed files with 273 additions and 196 deletions

View File

@@ -3,4 +3,4 @@
apt-get install python3 libgpiod2 npm mariadb-server
pip3 install adafruit-circuitpython-dht mh-z19
npm install
(cd ./server && npm install && tsc) & (cd ./dashboard && npm install && npm run build)
(cd ./server && npm install) & (cd ./dashboard && npm install && npm run build)