# for social cards, see
# https://squidfunk.github.io/mkdocs-material/setup/setting-up-social-cards
brew install cairo freetype libffi libjpeg libpng zlib
# install uv
brew install uv
# install dependencies into virtual environment
uv sync
Note
The troubleshooting docs outlines solutions to issues.
uv sync --upgrade
uv run mkdocs serve --dirtyreload