Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 345 Bytes

File metadata and controls

27 lines (17 loc) · 345 Bytes

Contributing

Prerequisites

Install uv.

Getting started

Install dependencies:

uv sync

Run the development server:

uv run mkdocs serve -w .

The site will be available at http://127.0.0.1:8000.

Adding dependencies

uv add <package-name>