It is a template for online slide powered by reveal-md and svelte.js.
You can start up your multi-page online slide easily by this command.
npx degit whatishappyplanet/keynote-svelte .
You can use your svelte components in your markdown. It is a gorgeous feature to customize your oneline slide. For example:
<my-element>
<p>This is some slotted content</p>
</my-element>
# Reveal.js
### The HTML Presentation Framework
Then, install dependencies and enjoy your presentation.
pnpm i
pnpm dev
You can deploy the static resource to any platform, such as Vercel.
pnpm build
MIT @ HappyPlanet