Files
solana/docs/README.md
2020-02-26 08:01:44 -08:00

270 B

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