Web Development
The files for the web application component of Thermostat are located in the web
folder in the repository. The web application for Thermostat is highly incomplete and not ready for general use. The prototype that is here is highly out of date and would likely need to be refactored significantly before it is in a state that is ready for further development.
You can run development commands on the web application by using the thermostat run web
command to run the Yarn scripts defined in web/package.json.
Docs Development
The documentation system for Thermostat uses Docusaurus. The documentation source files are located in the web/docs
folder. You can rebuild the documentation so that changes to these files can be seen at https://thermostat.<your thermostat user slug>.office.fmaustin.com/docs
by running the thermostat run web build-docs
command.