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 sync -
See a live preview using
uv run zensical serve
-
Upgrade
uv: https://docs.astral.sh/uv/getting-started/installation/#upgrading-uv -
Upgrade dependencies:
uv lock --upgrade