This repository contains the markdown files used to build the green book, a Dream Maker guide to help both newbies and veterans.
Building the book requires rust and cargo, which comes pre-packaged with rust. It also requires mdBook, which can be installed through cargo:
$ cargo install mdbook
To build the book, get a copy of this repository by downloading it in any way you want. Once done, open a command prompt and cd
in the root of the repository folder, with the src folder and the book.toml, then type:
$ mdbook build
The output will be in the book
subdirectory. To check it out, open the index.html file in your web browser.
The book can only succeed if knowledgeable people contribute! You can make new pages in the src folder, you can follow this format to see how to.