aboutsummaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
authorHayleigh Thompson <me@hayleigh.dev>2024-06-16 10:02:45 +0100
committerHayleigh Thompson <me@hayleigh.dev>2024-06-16 10:02:45 +0100
commit57fb60de92c81e4e344f8109d51ea2d1a4996bd0 (patch)
treebe3a97325e80bfb3aaf406a37435763eecfc9dc0 /pages
parenteae7274bf965505b5144eb9362eb634fcd77019a (diff)
downloadlustre-57fb60de92c81e4e344f8109d51ea2d1a4996bd0.tar.gz
lustre-57fb60de92c81e4e344f8109d51ea2d1a4996bd0.zip
:memo: Add note about pinning gleam_json to install lustre_dev_tools.
Diffstat (limited to 'pages')
-rw-r--r--pages/guide/01-quickstart.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/pages/guide/01-quickstart.md b/pages/guide/01-quickstart.md
index 642c246..6713967 100644
--- a/pages/guide/01-quickstart.md
+++ b/pages/guide/01-quickstart.md
@@ -80,6 +80,10 @@ will probably want to add those too!
> be installed. If you do not or cannot install this, the development server will
> still run but it will not watch your files for changes.
+> **Note**: currently one of lustre_dev_tools' dependencies is not compatible with
+> the most recent version of `gleam_json`, making it impossible to install. To fix
+> this, add `gleam_json = "1.0.1"` as a dependency in your `gleam.toml` file.
+
```sh
gleam add --dev lustre_dev_tools
```
@@ -404,10 +408,6 @@ how you like to learn:
- The [rest of this guide](./02-state-management.html) also continues to teach
Lustre's high-level concepts and best-practices.
-- If you're coming from LiveView or have heard about Lustre's server components
- and want to learn more, you can skip to the [server components](./05-server-components.html)
- section of the guide to learn about how to run Lustre applications on the backend.
-
- Of course, if you want to dive in and start making things straight away, the
[API documentation](https://hexdocs.pm/lustre/lustre.html) is always handy to keep open.