To install dependencies first install uv if you haven't already and then:
uv syncThen, inside the project you can run the commands as::
uv run zensical serve- Start the live-reloading docs server.uv run zensical build- Build the documentation site.