Skip to content

Latest commit

Β 

History

History
17 lines (11 loc) Β· 328 Bytes

File metadata and controls

17 lines (11 loc) Β· 328 Bytes

The Gleam Language Tour

An interactive tour of the Gleam programming language.

Build

A JavaScript runtime is required to run this program. NodeJS is used by default.

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

# Build the site
gleam run

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