This presentation is written using reveal.js, using Tailwind for styling, Shiki for syntax highlighting, and Lit for custom web component.
- If you'd like to run the presentation locally, install dependencies by running:
pnpm i
- To serve the presentation, run the following:
pnpm start - Open the presentation at http://localhost:8000
- To export the presentation as PDF, run the presentation:
pnpm start - Open the print-ready presentation at http://localhost:8000?print-pdf
- Print the PDF using Chrome's built in print feature (Cmd/Ctrl + P)