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.