solana/proposals
Greg Fitzgerald 9fac3b26ee Move the design proposals to a separate book
Fixes #3262
2019-03-14 10:08:43 -07:00
..
src Move the design proposals to a separate book 2019-03-14 10:08:43 -07:00
README.md Move the design proposals to a separate book 2019-03-14 10:08:43 -07:00
book.toml Move the design proposals to a separate book 2019-03-14 10:08:43 -07:00
build.sh Move the design proposals to a separate book 2019-03-14 10:08:43 -07:00
makefile Move the design proposals to a separate book 2019-03-14 10:08:43 -07:00

README.md

Building the Solana Design Proposals HTML

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