From 170a249f1bc5caae55ae5a3469f0fc6beef63568 Mon Sep 17 00:00:00 2001 From: Hayleigh Thompson Date: Sun, 20 Mar 2022 10:58:23 +0000 Subject: :construction: Morphdom is dead, long live React. --- README.md | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 8d9e5f5..d339fd1 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,15 @@ -# gleam_lustre +# Lustre -A Gleam project +> A playground for building create web apps – powered by Gleam! -## Quick start +## Development -```sh -gleam run # Run the project -gleam test # Run the tests -gleam shell # Run an Erlang shell -``` - -## Installation +First, make sure you have both Gleam and Node.js installed, then: -If available on Hex this package can be added to your Gleam project. - -```sh -gleam add gleam_lustre +```bash +npm i +npm start ``` + +This sets up `chokidar` to watch our gleam source code and runs the compiler +whenever we make a change. -- cgit v1.2.3