1
1
mirror of https://github.com/srid/ema.git synced 2024-11-25 20:12:20 +03:00

Add video demo

This commit is contained in:
Sridhar Ratnakumar 2021-04-27 21:43:31 -04:00 committed by GitHub
parent db68f1532d
commit 6af3405718
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,8 @@ main = do
encodeUtf8 $ "<b>Hello</b>, from " <> name
```
https://user-images.githubusercontent.com/3998/116333460-789c1400-a7a1-11eb-8d28-297c349e42c6.mp4
## Hacking
Run `bin/run` (or <kbd>Ctrl+Shift+B</kbd> in VSCode). This runs the clock example (which updates every second, only to demonstrate hot reload); modify `./.ghcid` to run a different example.