solana/book
Greg Fitzgerald 8353b420d1 Move blocktree-oriented diagram out of proposals 2019-02-22 15:24:36 -07:00
..
art Move blocktree-oriented diagram out of proposals 2019-02-22 15:24:36 -07:00
src Move blocktree-oriented diagram out of proposals 2019-02-22 15:24:36 -07:00
theme headers style have been adjusted 2019-02-04 14:25:26 -07:00
README.md
book.toml
build.sh
makefile

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