Public technical documentation for the Sonr Blockchain. Found at onsonr.dev.
- Clone the repository
git clone https://github.com/onsonr/docs.git
- Mkdocs serves the documentation site locally at
http://localhost:8000
.
cd docs
mkdocs serve
- Open
http://localhost:8000
in your browser.
-
Install Mkdocs.
-
Build the documentation site.
cd docs
mkdocs build
- Deploy the documentation site to the
gh-pages
branch.
cd docs/site
git add .
git commit -m "Deploy"
git push origin gh-pages