FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

mimblewimble/docs: Documentation for Grin and Mimblewimble · GitHub

Repository files navigation

Grin Documentation

Requirements

Clone repo and navigate to directory:

git clone --recursive https://github.com/mimblewimble/docs.git

Local

Install the following software:

Then start the local Mkdocs server:

mkdocs serve

Container

Start the local MkDocs server:

docker build -t docs -f Containerfile .
docker run -p 8000:8000 -v ./:/app/:ro docs:latest

Test

Visit http://localhost:8000 to see live changes.

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

About

Documentation for Grin and Mimblewimble

Topics

Resources

Stars

307 stars

Watchers

46 watching

Forks

Releases

Packages

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL