Run the app¶
Activate env
source env/bin/activate
Go to the
App
directory
cd App
Run the app
python app.py
Go to http://localhost:8766/
Configuring¶
If you wish to have the app run automatically on startup of your device do the following steps
TODO