An MDX slide deck for a 25-minute Seattle Python talk. It is configured as a local-only Next.js project. Each authored section lives in its own file under slides/, and 02-talk-slide-by-slide.md preserves the original working outline.
npm install
npm run devOpen http://localhost:3000.
Use the left and right arrow keys to navigate. Press O for the slide overview, N for speaker notes, and F for fullscreen.
- Edit an individual slide in
slides/*.mdx. - Update slide order in
slides/index.ts. - Keep the original outline in
02-talk-slide-by-slide.mdas the source of truth while the talk is still taking shape.