diff options
author | Hayleigh Thompson <me@hayleigh.dev> | 2024-03-27 20:57:03 +0000 |
---|---|---|
committer | Hayleigh Thompson <me@hayleigh.dev> | 2024-03-27 20:57:03 +0000 |
commit | ef41bf37c5042aea3a79bdf4883d5a0946462469 (patch) | |
tree | 9885b118acc3c4e6933a7a76a2dbe43c275cd51f /examples/07-routing/README.md | |
parent | dd1ef3b2c60e5efa9619bf6e27d57204dc0eaefd (diff) | |
download | lustre-ef41bf37c5042aea3a79bdf4883d5a0946462469.tar.gz lustre-ef41bf37c5042aea3a79bdf4883d5a0946462469.zip |
:construction: Start a routing example using modem.
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). |