This repository contains source code for lpnTPM documentation webpage
$ virtualenv -p $(which python3) venv
$ source venv/bin/activate
$(venv) pip install mkdocs mkdocs-material
$(venv) mkdocs build
$(venv) mkdocs serve
Please use GitHub Pull Request
and Issues
to collaborate.
-
Install hooks into repo:
pre-commit install --hook-type commit-msg
-
Enjoy automatic checks on each
git commit
action! -
(Optional) Run hooks on all files (for example, when adding new hooks or configuring existing ones):
pre-commit run --all-files