aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 45b5b937bcf1eb13bebfe2fc203807978b24520e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# The Gleam Language Tour

An interactive tour of the Gleam programming language.

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

# Build the site
gleam run

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