This project provides a comprehensive template for creating interactive slide decks using Slidev, specifically designed for WebTigerPython presentations. The template integrates WebTigerPython as an embedded iframe, allowing for dynamic and engaging educational content.
- Slidev Integration: Leverage the power of Slidev for modern, markdown-based presentations
- WebTigerPython Embedding: Seamlessly include interactive Python programming environments
- Easy Deployment: One-click GitHub Pages deployment
- Responsive Design: Slides look great on any device
- Node.js (v14+ recommended)
- npm
# Clone the repository
git clone https://github.com/tiger-jython/wtp-slides-template.git
# Navigate to project directory
cd wtp-slides-template
# Install dependencies
npm install
# Start development server
npm run dev
# Open in browser
# Visit http://localhost:3030
- Edit
slides.md
to modify slide content - Use markdown and Slidev-specific syntax for rich presentations
- Embed WebTigerPython directly in slides
The template is automatically deployed to GitHub Pages: 👉 https://tiger-jython.github.io/wtp-slides-template
Happy Presenting! 🎉👩💻👨💻