Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 660 Bytes

repo-notes.md

File metadata and controls

18 lines (13 loc) · 660 Bytes

Repo Usage

How to open the slides locally:

  1. git clone
  2. npm install
  3. npm run dev

How to deploy on GitHub Pages:

  1. Modify deploy.yml file to use your repo name - Sli.Dev HelpDoc
  2. Commit changes to main branch
  3. From your GitHub Repo page: Repo ⚙️ Settings > Pages > Build and deployment > Branch, select gh-pages and /root
  4. Click on Save!
  5. Finally, after all workflows is executed, a link to the slides should appear under Setting > Pages