Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 774 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 774 Bytes

sawtooth-docs

The docs can be found at https://sawtooth.splinter.dev/

Run Locally

Clone the repository

Install dependencies:

just install-jekyll-via-brew
just install-mdl

And run the website:

just run

The site will be available at http://localhost:4000

LICENSE

  • This documentation and the content herein is covered by Creative Commons Attribution 4.0 International License unless otherwise stated.
  • Jekyll (docker-compose.yaml) is used under LICENSE-MIT
  • The Jekyll Type theme is used under generator/source/LICENSE (MIT)
  • Markdown lint tool (docker-compose.yaml) is used under LICENSE-MIT