Skip to content

onsonr/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

onsonr/docs

Public technical documentation for the Sonr Blockchain. Found at onsonr.dev.

Usage

Local Development

  1. Clone the repository
git clone https://github.com/onsonr/docs.git
  1. Mkdocs serves the documentation site locally at http://localhost:8000.
cd docs
mkdocs serve
  1. Open http://localhost:8000 in your browser.

Deployment

  1. Install Mkdocs.

  2. Build the documentation site.

cd docs
mkdocs build
  1. Deploy the documentation site to the gh-pages branch.
cd docs/site
git add .
git commit -m "Deploy"
git push origin gh-pages

About

Sonr Technical Documentation ๐Ÿ“š

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published