python -m venv .venv
source .venv/bin/activate
pip install -e .pytest -qmkdocs build
mkdocs serve --dev-addr 0.0.0.0:8000owl2vault/: library and CLI code.tests/: unit and smoke tests.docs/: project documentation for MkDocs Material.README.md: install/usage overview.