+4
-3
README.md
+4
-3
README.md
···
25
26
Still a work in progress, so we're failing objective #3.
27
28
If you want to give morkdeck a try, you can clone this repo and use the
29
`deno task` commands.
30
31
```sh
32
# Start a dev server at port 8000
33
+
deno task dev my-slides.mdoc
34
+
35
+
# Output a .html file in `./dist`
36
+
deno task build my-slides.mdoc
37
```