@skeptrunedev/sherp-astro
v0.1.7
Published
Astro-based presentation engine for Sherp
Maintainers
Readme
@skeptrune/sherp-astro
The Astro-based presentation engine for Sherp.
This package contains the core Astro application that powers Sherp presentations. It includes:
- Astro configuration and build setup
- Presentation viewer and slide components
- Markdown/MDX processing and slide parsing
- Keyboard navigation and overview mode
- Responsive design with 16:9 aspect ratio
- Built-in theme support
Themes
The presentation engine supports customizable themes via CSS:
Usage
This package is typically used by @skeptrune/sherp-cli and not installed directly by users.
Development
# Install dependencies
npm install
# Start dev server
npm run dev
# Build
npm run build
# Preview build
npm run previewDocumentation
See the main README for full documentation.
License
MIT
