2020-06-09 16:40:18 +00:00
|
|
|
# Contribute
|
|
|
|
|
2020-06-09 16:50:10 +00:00
|
|
|
Follow these steps to contribute to this book!
|
|
|
|
|
|
|
|
|
|
|
|
We use an utility tool called mdBook to create online books from Markdown files.
|
2020-06-09 16:40:18 +00:00
|
|
|
|
|
|
|
## Before You Start
|
|
|
|
|
|
|
|
1. Install mdBook from [here](https://github.com/rust-lang/mdBook).
|
|
|
|
2. Clone the repository by `git clone https://github.com/status-im/nim-beacon-chain.git`.
|
|
|
|
3. Go to where the Markdown files are located by `cd docs`.
|
|
|
|
|
|
|
|
## Real-Time Update and Preview Changes
|
|
|
|
|
|
|
|
1. Run `mdbook serve` in the terminal.
|
|
|
|
2. Preview the book at [http://localhost:3000](http://localhost:3000).
|
|
|
|
|
|
|
|
## Build and Deploy
|
|
|
|
|
|
|
|
1. `mdbook build`
|
|
|
|
2. `make publish-book`
|
|
|
|
|
|
|
|
Thank you so much for your help to the decentralized and open source community. :)
|