How to open the slides locally:
git clone
npm install
npm run dev
- Slide deck: http://localhost:3030/
- Presenter mode: http://localhost:3030/presenter/
How to deploy on GitHub Pages:
- Modify deploy.yml file to use your repo name - Sli.Dev HelpDoc
- Commit changes to
main
branch - From your GitHub Repo page: Repo
⚙️ Settings
>Pages
>Build and deployment
>Branch
, selectgh-pages
and/root
- Click on
Save
! - Finally, after all workflows is executed, a link to the slides should appear under Setting > Pages