Static Reveal.js presentation starter adapted from an existing reveal deck structure.
This repo is intentionally minimal:
index.html: Reveal.js entrypointslides.md: slide contentopen-location-stack.css: presentation theme and layout stylingassets/: local images and SVGs
bunx serve .Then open http://localhost:3000.
Optional Cloudflare-style preview:
npx wrangler pages dev .- Project name and subtitle in
slides.md - Presenter name
- Footer URL and copyright line in
index.html - Placeholder slides with your actual narrative
- Placeholder logo in
assets/project-mark.svg
- This is a static deck. No framework or bundler is required.
- Keep assets local so the presentation works offline.