Relay Modern Future
Slides of my talk about Relay Modern Future. This api could and will change
This is based on awesome mdx-deck
Development
To run the presentation deck in development mode:
yarn startEdit the deck.mdx file to get started.
Exporting
To build the presentation deck as static HTML:
yarn buildTo export a PDF:
yarn pdfTo export an image of the title slide:
yarn imageFor more documentation see the mdx-deck repo.