Documentation for HALSER, an ESP32-C3 serial interface board for marine applications.
Published at: https://docs.hatlabs.fi/halser
# Install dependencies
uv sync
# Serve locally (with live reload)
uv run mkdocs serve
# Build for production
uv run mkdocs build --strictDocumentation is automatically deployed to GitHub Pages on push to main via GitHub Actions.