2018-12-13 09:25:25 -08:00
|
|
|
Building the Solana book
|
|
|
|
---
|
|
|
|
|
2019-03-14 09:15:11 -07:00
|
|
|
Install the book's dependencies, build, and test the book:
|
2018-12-13 09:25:25 -08:00
|
|
|
|
|
|
|
```bash
|
2018-12-14 15:55:16 -08:00
|
|
|
$ ./build.sh
|
2018-12-13 09:25:25 -08:00
|
|
|
```
|
|
|
|
|
|
|
|
Run any Rust tests in the markdown:
|
|
|
|
|
|
|
|
```bash
|
2018-12-14 15:55:16 -08:00
|
|
|
$ make test
|
2018-12-13 09:25:25 -08:00
|
|
|
```
|
|
|
|
|
|
|
|
Render markdown as HTML:
|
|
|
|
|
|
|
|
```bash
|
2018-12-14 15:55:16 -08:00
|
|
|
$ make build
|
2018-12-13 09:25:25 -08:00
|
|
|
```
|
|
|
|
|
|
|
|
Render and view the book:
|
|
|
|
|
|
|
|
```bash
|
2018-12-14 15:55:16 -08:00
|
|
|
$ make open
|
2018-12-13 09:25:25 -08:00
|
|
|
```
|