diff options
author | Hayleigh Thompson <me@hayleigh.dev> | 2024-06-16 10:01:31 +0100 |
---|---|---|
committer | Hayleigh Thompson <me@hayleigh.dev> | 2024-06-16 10:01:31 +0100 |
commit | eae7274bf965505b5144eb9362eb634fcd77019a (patch) | |
tree | d95f37cf2b6a18a0985c67ade89aaee23da5e602 /examples/01-hello-world/README.md | |
parent | f07188d0735808ccb313aedfd7f81889de253267 (diff) | |
download | lustre-eae7274bf965505b5144eb9362eb634fcd77019a.tar.gz lustre-eae7274bf965505b5144eb9362eb634fcd77019a.zip |
:wrench: Update deps, pin gleam_json to 1.0.1
Diffstat (limited to 'examples/01-hello-world/README.md')
-rw-r--r-- | examples/01-hello-world/README.md | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/examples/01-hello-world/README.md b/examples/01-hello-world/README.md index 6e99205..71df563 100644 --- a/examples/01-hello-world/README.md +++ b/examples/01-hello-world/README.md @@ -60,24 +60,6 @@ in this and all the other example. You can run `gleam run -m lustre/dev start` in any of these examples to start a development server and head over to `localhost:1234` to see what it produces. -### Enabling lustre/ui - -[`lustre/ui`](https://hexdocs.pm/lustre_ui/) is a separate package published by us -to provide a collection of robust styled elements for folks that want to get working -with Lustre ASAP. Each of these examples have been written to use elements from -that package. - -Lustre's development server can be configured to include the `lustre/ui` stylesheet -by passing the `--use-example-styles` flag: - -```sh -gleam run -m lustre/dev start --use-example-styles -``` - -It's not necessary to use `lustre/ui` to use Lustre or to check out any of these -examples, but we've built these examples using the package so things look a little -more interesting. - ## Getting help If you're having trouble with Lustre or not sure what the right way to do |