63 lines
995 B
Markdown
63 lines
995 B
Markdown
|
|
---
|
||
|
|
theme: default
|
||
|
|
title: 'pres-prvng'
|
||
|
|
info: |
|
||
|
|
## pres-prvng
|
||
|
|
Presentation created with presgen - AI-assisted Slidev presentations
|
||
|
|
download: true
|
||
|
|
drawings:
|
||
|
|
persist: false
|
||
|
|
transition: slide-left
|
||
|
|
mdc: true
|
||
|
|
---
|
||
|
|
|
||
|
|
# pres-prvng
|
||
|
|
|
||
|
|
Your presentation title here
|
||
|
|
|
||
|
|
---
|
||
|
|
|
||
|
|
## What is This?
|
||
|
|
|
||
|
|
- This is a Slidev presentation
|
||
|
|
- Edit `slides.md` to add your content
|
||
|
|
- Run `npm run dev` to preview in real-time
|
||
|
|
|
||
|
|
---
|
||
|
|
|
||
|
|
## Getting Started
|
||
|
|
|
||
|
|
```bash
|
||
|
|
bash
|
||
|
|
# Install dependencies
|
||
|
|
npm install
|
||
|
|
|
||
|
|
# Start development server
|
||
|
|
npm run dev
|
||
|
|
|
||
|
|
# Build for production
|
||
|
|
npm run build
|
||
|
|
|
||
|
|
# Export to PDF
|
||
|
|
npm run export-pdf
|
||
|
|
```
|
||
|
|
|
||
|
|
---
|
||
|
|
|
||
|
|
## Learn More
|
||
|
|
|
||
|
|
- [Slidev Documentation](https://sli.dev)
|
||
|
|
- [UnoCSS Preset](https://uno.antfu.me)
|
||
|
|
- [Vue 3 Guide](https://vuejs.org)
|
||
|
|
|
||
|
|
---
|
||
|
|
|
||
|
|
## Next Steps
|
||
|
|
|
||
|
|
1. Edit the metadata at the top of this file
|
||
|
|
2. Replace slide content with your presentation
|
||
|
|
3. Run `npm run dev` to preview
|
||
|
|
4. Use `npm run build` to generate static files
|
||
|
|
5. Use `npm run export-pdf` to create a PDF
|
||
|
|
|
||
|
|
Thanks for using presgen! 🚀
|