This repository contains the source code for the .fmbot documentation website
Install
uv: https://docs.astral.sh/uv/getting-started/installation/Clone the repo
Install dependencies using
uv syncSee a live preview using
uv run zensical serve
Upgrade
uv: https://docs.astral.sh/uv/getting-started/installation/#upgrading-uvUpgrade dependencies:
uv lock --upgrade