chutney-testing / chutney-testing.github.io-legacy

Chutney testing website

Home Page:https://www.chutney-testing.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Developer setup

Follow https://www.mkdocs.org/getting-started/ & https://squidfunk.github.io/mkdocs-material/getting-started/

Run :

  • Via Python
    • pip install mkdocs mkdocs-material mkdocs-git-revision-date-localized-plugin mkdocs-redirects
    • mkdocs serve in the project root folder
    • Visit http://localhost:8000/
  • Via Docker (in case you are not a big python fan)