updated readme and usability

This commit is contained in:
Daniel Ledda
2021-11-23 20:31:53 +01:00
parent 514785c63d
commit 04af7ee999
5 changed files with 64 additions and 12 deletions

6
setup.sh Normal file
View File

@@ -0,0 +1,6 @@
#!/bin/sh
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)