You can run watcher server using docker. To do this, you can use provided Makefile, which has following commands:
make composer-update
- runscomposer update
command (to be used only after dependency modifications)make composer
- downloads composer dependenciesmake build
- builds static HTML docsmake serve
- builds, watches for changes, and serves the website on port 8000