An example of using Slidev to generate presentation from Markdown.
Please read my blog post:
SPA on Netlify
git clone https://github.com/loftkun/slidev-example.git
cd slidev-example
npm install
npm run dev -- slides.md
Visit http://localhost:3030/
and confirm the slides showed as SPA.
# For GitHub Pages, require setting assets path on server with "--base" param.
npm run build -- --base slidev-example/dist/
ls -Fla dist/