diff --git a/README.md b/README.md index 0af61b7..d2091bb 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ +# `purescript-snap` + +An approach to user interfaces based in denotational design. + +![demo](./demo.gif) + # How to run Run: `npm install && spago build && npm run parcel` diff --git a/demo.gif b/demo.gif new file mode 100644 index 0000000..8bb87e4 Binary files /dev/null and b/demo.gif differ