Skip to content

Commit 7d7ec7a

Browse files
author
Ryan Miville
committed
update readme
1 parent 1af6b53 commit 7d7ec7a

File tree

1 file changed

+3
-22
lines changed

1 file changed

+3
-22
lines changed

README.md

+3-22
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,5 @@
1-
# todomvc
1+
# Lustre TodoMVC
22

3-
[![Package Version](https://img.shields.io/hexpm/v/todomvc)](https://hex.pm/packages/todomvc)
4-
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/todomvc/)
3+
This is a simple TodoMVC implementation in Lustre. It is based on the [TodoMVC](https://todomvc.com/) project, implemented in [Gleam](https://gleam.run/) with the [Lustre](https://hexdocs.pm/lustre/) framework.
54

6-
```sh
7-
gleam add todomvc@1
8-
```
9-
```gleam
10-
import todomvc
11-
12-
pub fn main() {
13-
// TODO: An example of the project in use
14-
}
15-
```
16-
17-
Further documentation can be found at <https://hexdocs.pm/todomvc>.
18-
19-
## Development
20-
21-
```sh
22-
gleam run # Run the project
23-
gleam test # Run the tests
24-
```
5+
Check it out [here](https://ryanmiville.github.io/lustre-todomvc/)!

0 commit comments

Comments
 (0)