Reveal.js stencil for program slides during a meetup.
- clone the repo.
git clone <repo url>
- checkout the meetup branch you would like to see the slides for.
git checkout <YYYYMMDD>-<name>
- open the index.html file in a browser.
- clone the repo.
git clone <repo url>
- start a branch based of the master branch named
<YYYYMMDD of meetup>-<name or venue>
.
git branch <YYYYMMDD>-<name>
git checkout <YYYYMMDD>-<name>
- customize the content in the index.html file.
- push the branch to this repo.
git push -u origin <YYYYMMDD>-<name>
Customizations that could benefit future meetups can be committed to the master branch.