Files
solana/docs
2020-03-02 15:38:26 -07:00
..
2020-03-02 15:38:26 -07:00

Building the Solana book

Install dependencies, build, and test the docs:

$ ./build.sh

Run any Rust tests in the markdown:

$ make test

Render markdown as HTML:

$ make build

Render and view the docs:

$ make open