16 lines
312 B
Markdown
16 lines
312 B
Markdown
# Welcome to [Slidev](https://github.com/slidevjs/slidev)!
|
|
|
|
To start the slide show:
|
|
|
|
- `npm install`
|
|
- `npm run dev`
|
|
- visit <http://localhost:3030>
|
|
|
|
Edit the [slides.md](./slides.md) to see the changes.
|
|
|
|
Learn more about Slidev at the [documentation](https://sli.dev/).
|
|
|
|
```sh
|
|
$ slidev build --base /slide
|
|
```
|