Sample presentation at slides.pdf.
An opinionated starter to write presentations in markdown.
Built on top of reveal-md/reveal.js.
With additional processing of emoji, fragments & injection of code samples.
To run md-presentation
locally, you can:
- clone the repo
npm install
(requires Node 14+ & npm 7+)npm start
- open localhost:2000
To generate PDFs:
Requirements:
- Node 14+
- npm 7+
- Docker
- Clone the repo
npm install
(Node 14+ & npm 7+)npm run print
- The updated slides will be at slides.pdf