Skip to content

AIS-sleuth/slides_bootstrap5

 
 

Repository files navigation

Bootstrap 5 Course Slides

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.

Prerequisites

Development

Run the development environment with live reloading:

npm run start

Production Build

Generate the static site for production:

npm run build

The compiled site is output to the docs/ directory.

Writing Slides

All presentation slides are written as Markdown files inside src/slides/.

Releases

No releases published

Packages

No packages published

Languages

  • CSS 81.4%
  • SCSS 16.0%
  • JavaScript 1.6%
  • Other 1.0%