Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 303 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 303 Bytes

The Gleam Playground

An interactive playground for the Gleam language.

# Set the gleam version in the GLEAM_VERSION file
#./GLEAM_VERSION
v1.6.1

# Download a wasm version of the Gleam compiler
./bin/download-compiler

# Build the site
gleam run

# It's now all the in `public/` directory