This repository hosts the presentation given on May 13, 2025 at the Chicago JS Meetup.
It was created using Marp. The main content can be found in the presentation.md
document. The presentation itself can be located in the slide-deck
directory
To build the slides locally:
- Install
marp
(marp cli docs)npm install -g @marp-team/marp-cli
- run the following command
marp presentation.md --theme theme.css -o 'slide-deck/presentation.html'
- Add summary and details for running this on this readme
- Customize the theme to match web site