solana-with-rpc-optimizations/book
Michael Vines 48f58a88bc Bump version to 1.0.0 2020-02-20 23:52:19 -07:00
..
art
src Bump version to 1.0.0 2020-02-20 23:52:19 -07:00
theme
.gitattributes
README.md Update README.md 2020-02-17 22:19:55 -07:00
book.toml
build-cli-usage.sh
build.sh
makefile

README.md

Building the Solana book

Install the book's dependencies, 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