Development
Development guide for hodosome
Development Guide
This guide covers development workflows for hodosome.
Development Environment
Nix Development Shell
For the most reproducible development experience:
nix developUV Virtual Environment
For Python-only development:
uv sync
source .venv/bin/activateConda Environment
Using pixi for conda compatibility:
pixi shellCommon Tasks
Running Tests
just testLinting and Type Checking
just lint
just typeRunning All Checks
just checkDocumentation
Building Documentation
just docs-buildLive Preview
just docs-devContributing
Please see our contribution guidelines for more information.