/gleam-website

🏡 Gleam's website and guide

Primary LanguageMakefile

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