# slidev **Repository Path**: lianqi_1/slidev ## Basic Information - **Project Name**: slidev - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-26 - **Last Updated**: 2024-03-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Welcome to [Slidev](https://github.com/slidevjs/slidev)! To start the slide show: ```bash # npm create slidev npm init slidev@latest ``` - `npm install` - `npm run dev` - visit http://localhost:3030 ```bash npx slidev ./slides.md npx slidev ./pages/multiple-entries.md ``` Edit the [slides.md](./slides.md) to see the changes. Learn more about Slidev on [documentations](https://sli.dev/).