diff options
Diffstat (limited to 'examples/07-routing/README.md')
-rw-r--r-- | examples/07-routing/README.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/07-routing/README.md b/examples/07-routing/README.md new file mode 100644 index 0000000..6c0b261 --- /dev/null +++ b/examples/07-routing/README.md @@ -0,0 +1,13 @@ + + +# 07 Routing + +```sh +gleam run -m lustre/dev start --spa +``` + +## Getting help + +If you're having trouble with Lustre or 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). |