Visit https://rs-ipfs.github.io/offchain-ipfs-manual to read the book.
You can install and run locally if you want to contribute.
First, install mdbook
. Then:
git clone https://github.com/rs-ipfs/offchain-ipfs-manual
cd offchain-ipfs-manual
mdbook serve
This will open up a version of the book on localhost, port 3000
PRs accepted.
To run linting locally, run:
npx markdownlint-cli src README.md
TBD © 2020 Rust IPFS Maintainers