Running the web app - lukemerrick/smart-thermostat GitHub Wiki

To run the flask webapp that serves as the dashboard, run the following commands:

  1. cd /path/to/smart-thermostat
  2. export FLASK_APP=web_thermostat
  3. flask run