A template project to be cloned to create reveal.js slides, using SvelteKit.
This is based on Create Beautiful Presentations With Svelte by Joy of Code
Clone the repo, then run
pnpm i
Once you've installed dependencies, start a development server:
pnpm dev --open
Omit the --open
option if you don't want to launch a new browser.
The main presentation file is in presentation.svelte
, start from there to edit your slides.
Refer to the reveal.js docs for more documentation.
To create a production version of your slides:
pnpm build
You can preview the production build with pnpm preview
.