An open API service indexing awesome lists of open source software.

https://github.com/bonfida/bonfida-dev-guide


https://github.com/bonfida/bonfida-dev-guide

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# The Bonfida Dev guide

This repo contains the source for the Bonfida dev guide which can be found [here]().

To work on the book and compile it:

## Installing mdbook

```bash
cargo install mdbook
```

## Opening the book

Preferably in a tmux instance/separate terminal:

```bash
mdbook serve --open
```