aboutsummaryrefslogtreecommitdiff
path: root/examples/07-routing/README.md
diff options
context:
space:
mode:
authorEileen Noonan <enoonan@arcstone.com>2024-04-01 20:08:22 -0400
committerGitHub <noreply@github.com>2024-04-02 01:08:22 +0100
commitbbefb97ba3d8f117b8cbef769180a4d8425cf145 (patch)
tree2f65118ad743754da00fab86c36833b017ebc537 /examples/07-routing/README.md
parent44d1ae11bd0f77dffff19017e7878669af2f95f9 (diff)
downloadlustre-bbefb97ba3d8f117b8cbef769180a4d8425cf145.tar.gz
lustre-bbefb97ba3d8f117b8cbef769180a4d8425cf145.zip
✨ Create a routing example using modem. (#96)
Diffstat (limited to 'examples/07-routing/README.md')
-rw-r--r--examples/07-routing/README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/examples/07-routing/README.md b/examples/07-routing/README.md
index 6c0b261..5eaf0cd 100644
--- a/examples/07-routing/README.md
+++ b/examples/07-routing/README.md
@@ -2,12 +2,14 @@
# 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 --spa
+gleam run -m lustre/dev start --use-example-styles
```
## Getting help
-If you're having trouble with Lustre or not sure what the right way to do
+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).