An open API service indexing awesome lists of open source software.

https://github.com/ohno/slidev-example


https://github.com/ohno/slidev-example

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# slidev-example

Install:
```
npm init slidev@latest
```

Boot:
```
cd slidev
npm run dev -- slides.md
```

Local URL:

[http://localhost:3030/](http://localhost:3030/)

Deploy (GitHub Pages):

- [https://sli.dev/guide/hosting#github-pages](https://sli.dev/guide/hosting#github-pages)
- [https://github.com/ohno/slidev-example/blob/main/.github/workflows/deploy.yml](https://github.com/ohno/slidev-example/blob/main/.github/workflows/deploy.yml)