solana/proposals/README.md

27 lines
298 B
Markdown
Raw Normal View History

Building the Solana Design Proposals HTML
---
Install the book's dependencies, build, and test the book:
```bash
$ ./build.sh
```
Run any Rust tests in the markdown:
```bash
$ make test
```
Render markdown as HTML:
```bash
$ make build
```
Render and view the book:
```bash
$ make open
```