Our companys theme for Slidev.
Add the following frontmatter to your slides.md. Start Slidev then it will prompt you to install the theme automatically.
---
theme: @zlict/slidev-theme-zli
---
Learn more about how to use a theme.
This theme provides the following layouts:
TODO:
This theme provides the following components:
TODO:
- Make sure you have Docker up and running
 - Get Visual Studio Code with Dev Containers ready
 - Open the project inside a Dev Container and run 
pnpm install- If needed for export or screenshots, install playwright dependencies with 
sudo npx playwright install-deps 
 - If needed for export or screenshots, install playwright dependencies with 
 pnpm run devto start theme preview ofexample.md- Edit the 
example.mdand style to see the changes pnpm run exportto generate the preview PDFpnpm run screenshotto generate the preview PNG- Commit and push your changes or create a pull request
 - Release a new version with 
pnpm run release:patch,pnpm run release:minororpnpm run release:major