Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 261 Bytes

File metadata and controls

25 lines (16 loc) · 261 Bytes

The Gleam Book

The rendered version can be found at https://gleam.run

Build book in localhost

Install mdbook:

cargo install mdbook

and run:

make serve

in root directory.

Once you're happy with your changes run

make build