/website

🏡 Gleam's website and guide

Primary LanguageHTMLApache License 2.0Apache-2.0

The Gleam website

https://gleam.run

Run the website locally

Install github-pages (requires Ruby)

gem install github-pages
gem install webrick # For Ruby3.x

and run make serve in root directory.