Welcome to Slidev!
To start the slide show:
npm install
npm run dev
- visit http://localhost:3030
Edit the slides.md to see the changes.
Learn more about Slidev on documentations.
This template is preconfigured to be hosted on GitHub Pages. Just remember to change the --base
option to the repository name in the workflow file .github/workflows/deploy.yml
:
- name: Build
run: slidev build --base template-slidev-UiT
Thus, template-slidev-UiT
should be changed to your repository name.
Use the documentation link to see running demo presentation.