To run the presentation deck in development mode:
For run the main
npm startFor run Daniela's Slide
npm run start:danielaFor run Kathia's Slide
npm run start:kathiaTo build the presentation deck as static HTML:
npm run buildTo export a PDF:
npm run pdfTo export an image of the title slide:
npm run imagenpm run build
npm run deployFor more documentation see the mdx-deck repo.