Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 786 Bytes

README.md

File metadata and controls

50 lines (33 loc) · 786 Bytes

What's new in Drupal 10.3.0

A talk looking at the new features and other things in Drupal 10.3.0.

Install

1 Clone the repo

$ git clone git@github.com:hashbangcode/new_in_drupal103.git

2 Install dependencies

$ npm install

Update src/slides.md with content.
Add images to src/assets/images/.

Build slide deck

Use npm run to see all available commands.

Build HTML from slides

$ npm run build:html

Watch HTML from slides

$ npm run watch:html

Build PDF from slides

$ npm run build:pdf

Build PPT from slides

$ npm run build:pp

Thanks

Many thanks to Peter Fisher for the inital Marp talk template.