| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Clone repo and navigate to directory:
git clone --recursive https://github.com/mimblewimble/docs.gitInstall the following software:
Then start the local Mkdocs server:
mkdocs serveStart the local MkDocs server:
docker build -t docs -f Containerfile .
docker run -p 8000:8000 -v ./:/app/:ro docs:latestVisit http://localhost:8000 to see live changes.
When ready, push changes to your forked repo and then submit a PR.
| Back | FazBrowse Home | New Git URL |