This is a starter template for creating presentations using Slidev.
- Markdown-based: Write your slides in Markdown.
- Customizable: Easily customize themes, layouts, and styles.
- Developer-friendly: Built with developers in mind.
-
Clone this repository:
git clone <repository-url> cd slidev_template
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser at
http://localhost:3030
to view your slides.
- Update the
example.md
file to edit your slides. - Modify the
themeConfig
inexample.md
to customize the theme.
- The admonition and stickynotes features are inspired by and based on the Neversink Theme.
This project is licensed under the MIT License.