this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs(readme): add initial draft

+28
+28
README.md
··· 1 + # morkdeck 2 + 3 + morkdeck is a dead-simple slideshow generator for 4 + [Markdoc](https://markdoc.dev/) files. Its guiding concepts are: 5 + 6 + - Minimizing time-to-presentation so you get your freaking slides done 7 + - Opinionated styling and layout with easy outs, so you can focus on your 8 + content 9 + - Your Markdoc is the source of truth; no codebase (node_modules, src directory, 10 + etc.) required 11 + 12 + The name is a portmanteau of [MÖRK BORG](https://morkborg.com/), 13 + [Markdoc](https://markdoc.dev/), and 14 + [mdx-deck](https://github.com/jxnblk/mdx-deck) (my beloved). 15 + 16 + ## Usage 17 + 18 + Still a work in progress. 19 + 20 + If you really want to give it a try, you can clone the repo and point 21 + `main.ts dev` at a Markdoc file of your choice: 22 + 23 + ```sh 24 + deno run --unstable-broadcast-channel -A main.ts dev ./slides.mdoc 25 + ``` 26 + 27 + You'll be able to access your presentation at port 8000. Static builds aren't 28 + implemented yet.