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