A talk looking at the new features and other things in Drupal 10.3.0.
1 Clone the repo
$ git clone git@github.com:hashbangcode/new_in_drupal103.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.