From 72f64a5192da97307156c1529838556f15e94ffa Mon Sep 17 00:00:00 2001 From: Andy Thompson Date: Fri, 11 Feb 2022 01:00:55 +0000 Subject: :tada: Init repo. --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..8d9e5f5 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# gleam_lustre + +A Gleam project + +## Quick start + +```sh +gleam run # Run the project +gleam test # Run the tests +gleam shell # Run an Erlang shell +``` + +## Installation + +If available on Hex this package can be added to your Gleam project. + +```sh +gleam add gleam_lustre +``` -- cgit v1.2.3