blob: 5eaf0cd7a384062b4674ca5af3206339cfd3c22c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|

# 07 Routing
We haven't quite got round to documenting this example yet. You can still check out the [source code](./src/app.gleam) and run it with the following command:
```sh
gleam run -m lustre/dev start --use-example-styles
```
## Getting help
If you're having trouble with Lustre or are not sure what the right way to do
something is, the best place to get help is the [Gleam Discord server](https://discord.gg/Fm8Pwmy).
You could also open an issue on the [Lustre GitHub repository](https://github.com/lustre-labs/lustre/issues).
|