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