···25252626Still a work in progress, so we're failing objective #3.
27272828+## Development
2929+2830If you want to give morkdeck a try, you can clone this repo and use the
2931`deno task` commands.
30323133```sh
3234# Start a dev server at port 8000
3333-deno task dev my-slides.mdoc
3434-3535-# Output a .html file in `./dist`
3636-deno task build my-slides.mdoc
3535+deno task dev
3736```