A Drupal development presentation that uses the Marp CLI
1 Clone the repo
$ git clone git@github.com:pfwd/talk-template.git2 Install dependencies
$ npm installUpdate src/slides.md with content.
Add images to src/assets/images/.
Use npm run to see all available commands.
$ npm run build:html$ npm run watch:html$ npm run build:pdf$ npm run build:ppMany thanks to Peter Fisher for the inital Marp talk template.