Skip to content

lpn-plant/lpntpm-docs

Repository files navigation

About

This repository contains source code for lpnTPM documentation webpage

Local development

Environment setup

$ virtualenv -p $(which python3) venv
$ source venv/bin/activate
$(venv) pip install mkdocs mkdocs-material

Build

$(venv) mkdocs build

Preview

$(venv) mkdocs serve

Contribution

Please use GitHub Pull Request and Issues to collaborate.

pre-commit hooks

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published