Access the recipes: This book can be accessed as a website here or downloaded as an epub, mobi or pdf.
If you are a member of the "Breseman" Github organization, you can edit the book here.
Get this book locally by running git clone https://github.com/Breseman/Recipes.git
in your command line. This downloads the whole folder to your computer.
Install Node, then run npm install gitbook
in your command line.
From inside the folder where this file is (in your command line– cd recipes
), run gitbook serve
. It will say "Serving book on http://localhost:4000" or similar.
Follow the format of an existing recipe, making a new markdown (.md
) file.
With Node installed, run npm install gitbook-summary
to install the summary generator.
Run book sm
to regenerate the summary file which defines the book's structure.