Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 179 Bytes

Contributing.md

File metadata and controls

14 lines (11 loc) · 179 Bytes

Install with uv:

$ git clone lematerial/material-hasher
$ cd material-hasher
$ uv sync

Build docs:

$ cd docs/
$ uv run make clean && uv run make html