aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 3df71082103458d9f4baea1eb2ab7fd8962a5e7f (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 is now all the in `public/` directory
```