blob: d339fd131b8f1050c647701f4c9798459d7b2cd7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Lustre
> A playground for building create web apps – powered by Gleam!
## Development
First, make sure you have both Gleam and Node.js installed, then:
```bash
npm i
npm start
```
This sets up `chokidar` to watch our gleam source code and runs the compiler
whenever we make a change.
|