Run a Site in Development Mode

Running a site in development mode starts a NodeJS server and allows changes to the site to be automatically deployed to the running server.

cd <site name>
cecss develop

This command will start a hot-reloading development environment, and the site can be viewed in a browser using the following URL:

http://localhost:9090/

After JavaScript, html, and css files are updated under src, the saved changes will live reload in the browser.