Aims to streamline the creation of reveal.js slides styled with Bootstrap 5. The project uses Markdown as the primary format and builds the site with Vite and Eleventy.
Run the development environment with live reloading:
npm run start
Generate the static site for production:
npm run build
The compiled site is output to the docs/
directory.
All presentation slides are written as Markdown files inside src/slides/
.