Skip to content

A BYOND guide, good for newbies and veterans alike. The plan is to get the best out of the blue and the red book, with general and specific info about anything related to Dream Maker.

Notifications You must be signed in to change notification settings

variableundefined/The-green-book

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The green book

This repository contains the markdown files used to build the green book, a Dream Maker guide to help both newbies and veterans.

Requirements

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

Building

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.

Contributing

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.

About

A BYOND guide, good for newbies and veterans alike. The plan is to get the best out of the blue and the red book, with general and specific info about anything related to Dream Maker.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 65.6%
  • HTML 34.4%