https://github.com/bonfida/bonfida-dev-guide
https://github.com/bonfida/bonfida-dev-guide
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bonfida/bonfida-dev-guide
- Owner: Bonfida
- Created: 2022-06-27T09:07:59.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-06T13:11:56.000Z (almost 4 years ago)
- Last Synced: 2025-08-25T14:02:53.814Z (10 months ago)
- Size: 1.46 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```