···11+# morkdeck
22+33+morkdeck is a dead-simple slideshow generator for
44+[Markdoc](https://markdoc.dev/) files. Its guiding concepts are:
55+66+- Minimizing time-to-presentation so you get your freaking slides done
77+- Opinionated styling and layout with easy outs, so you can focus on your
88+ content
99+- Your Markdoc is the source of truth; no codebase (node_modules, src directory,
1010+ etc.) required
1111+1212+The name is a portmanteau of [MÖRK BORG](https://morkborg.com/),
1313+[Markdoc](https://markdoc.dev/), and
1414+[mdx-deck](https://github.com/jxnblk/mdx-deck) (my beloved).
1515+1616+## Usage
1717+1818+Still a work in progress.
1919+2020+If you really want to give it a try, you can clone the repo and point
2121+`main.ts dev` at a Markdoc file of your choice:
2222+2323+```sh
2424+deno run --unstable-broadcast-channel -A main.ts dev ./slides.mdoc
2525+```
2626+2727+You'll be able to access your presentation at port 8000. Static builds aren't
2828+implemented yet.