Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 525 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 525 Bytes

talk_template

A Slidev talk template for the lab

Usage

  1. Fork this repository
  2. Clone the repository to your local machine
  3. install pnpm if you haven't yet npm install -g pnpm
  4. Install the dependencies with pnpm install
  5. Start the development server with pnpm dev

To export to pdf:

pnpm export

Publishing live

To auto publish live enable github pages from github actions on your forked repo.

Note

If you change the name of your repo then change the "name" field in package.json to match.