solana/book
Michael Vines ae5a6a06bb
Revert "GitBook: [master] 156 pages and 8 assets modified"
This reverts commit 60320e6b6e.
2019-09-21 22:24:11 -07:00
..
art
src Revert "GitBook: [master] 156 pages and 8 assets modified" 2019-09-21 22:24:11 -07:00
theme
.gitattributes
README.md
book.toml
build-svg.sh Add SVGs for Gitbook (#6009) 2019-09-21 07:59:36 -07:00
build.sh
makefile Add SVGs for Gitbook (#6009) 2019-09-21 07:59:36 -07:00

README.md

Building the Solana book

Install the book's dependnecies, build, and test the book:

$ ./build.sh

Run any Rust tests in the markdown:

$ make test

Render markdown as HTML:

$ make build

Render and view the book:

$ make open