Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 370 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 370 Bytes

Grin Documentation

Requirements

  • MkDocs
  • Mkdocs Material theme

Build locally

Clone repo and navigate to directory:

git clone https://github.com/mimblewimble/docs.git
cd docs

Start the local server:

mkdocs serve

Visit URL to see live changes:

localhost:8000

When ready, push changes to your forked repo and then submit a PR.