From 310a775794515185f3f5f771a330cfd30cbd6133 Mon Sep 17 00:00:00 2001 From: Hayleigh Thompson Date: Sat, 21 May 2022 05:24:48 +0100 Subject: :rocket: Deploy docs to GitHub Pages. --- docs/index.html | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index e21d25a..ff58606 100644 --- a/docs/index.html +++ b/docs/index.html @@ -215,9 +215,8 @@

Lustre

-

A framework for building create web apps – powered by Gleam and React!

-
+

Package Version Hex Docs

import gleam/int
@@ -250,16 +249,15 @@ fn render (state) {
     ])
 }
 
-
-

❗️ This package relies on Gleam’s JavaScript FFI and will not work if your are -targeting Erlang.

-
+
+

❗️ This package relies on Gleam’s JavaScript FFI and is intended to be run in +the browser. It will not work if your are targetting Node.js or Erlang.


Installation

If available on Hex, this package can be added to your Gleam project:

gleam add lustre
 
-

and its documentation can be found at https://hexdocs.pm/eval. You will also +

and its documentation can be found at https://hexdocs.pm/lustre. You will also need to install react and react-dom from npm:

npm i react react-dom
 
@@ -271,7 +269,7 @@ npm start

This sets up chokidar to watch our gleam source code and runs the compiler whenever we make a change. It also starts a server that will serve the examples -located in test/examples/.

+located in test/example/.

-- cgit v1.2.3