A mdx-deck starter repo, preconfigured with SumUp's Circuit UI component library and SumUp's Foundry CLI toolkit for writing JavaScript.
To run the presentation deck in development mode:
yarn startEdit the deck.mdx file to get started.
To build the presentation deck as static HTML:
yarn buildTo export a PDF:
yarn pdfTo export an image of the title slide:
yarn imageTo deploy the presentation to GitHub Pages:
yarn deployFor more documentation see the mdx-deck repo.