This is the Slidev theme for MyParcel.
Yarn
yarn add -D @myparcel/slidev-theme
pnpm
pnpm add -D @myparcel/slidev-theme
npm
npm install -D @myparcel/slidev-theme
Add the following to the top of your slides.md
:
---
title: 'My presentation'
theme: '@myparcel/slidev-theme'
---