From eae7274bf965505b5144eb9362eb634fcd77019a Mon Sep 17 00:00:00 2001 From: Hayleigh Thompson Date: Sun, 16 Jun 2024 10:01:31 +0100 Subject: :wrench: Update deps, pin gleam_json to 1.0.1 --- examples/01-hello-world/README.md | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'examples/01-hello-world/README.md') 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 -- cgit v1.2.3