A talk looking at the new features and other things in Drupal 10.3.0.
1 Clone the repo
$ git clone [email protected]:hashbangcode/new_in_drupal103.git
2 Install dependencies
$ npm install
Update 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:pp
Many thanks to Peter Fisher for the inital Marp talk template.