thermostat develop
The develop command has six sub-commands. If you run the develop command without specifying a sub-command, it starts development mode.
- reconfigure: Re-apply the Thermostat configuration for the
- dev-tools: Start the development tools interface
- watch: Start the file change watch process
- import-database: Re-import the database contents from the data folder
- export-database: Export the database contents to the data folder
- compare: Generate a visual comparison of the project frontend
Development Mode
Development mode runs a combination of reconfigure, dev-tools, and watch. In order to understand this you should first familiarize yourself with those commands. The basic order of operations is:
- Reconfigure the project
- Start the dev-tools running in the background
- Start the "watch" application script running in the background
- Start monitoring for changes to the files specified in the restart_on configuration