this repo has no description
0
fork

Configure Feed

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

docs(readme): update usage

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