Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 219 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 219 Bytes

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.