Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 430 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 430 Bytes

MyParcel Slidev theme

This is the Slidev theme for MyParcel.

Installation

Yarn

yarn add -D @myparcel/slidev-theme

pnpm

pnpm add -D @myparcel/slidev-theme

npm

npm install -D @myparcel/slidev-theme

Usage

Add the following to the top of your slides.md:

---
title: 'My presentation'
theme: '@myparcel/slidev-theme'
---