I use reveal.js to create my presentations.
Clone the reveal.js repository
$ git clone https://github.com/hakimel/reveal.js.git
Move to the reveal.js folder and install dependencies
$ cd reveal.js && bun install
Serve the presentation and monitor source files for changes
$ bun run start
Open http://localhost:8000 to view your presentation