This is the monthly pre-meeting presentation designed for hvopen.org meetings. We run this prior to the meeting kicking off so that people know they are in the right room, and to give them information about upcoming events.
It is based on reveal.js, and the git tree is a fork from a point of time of reveal.js. We'll rebase over time to bring in new features.
This presentation ends up live at https://live.hvopen.org
If you would like to help update, please get on github and provide a pull request, or ask to join the group.
You can simply update the information by editing the text of index.html
If you wish to test the site locally with reveal.js intact and have PhantomJS create the proper screenshots, you can use the steps below to use the preconfigured Vagrant development environment.
- Install Vagrant
- clone this repo
cd hvopen-preroll-slideshow
- create the Vagrant machine by typing
vagrant up
- when the configuration has finished you can use a web browser and visit
localhost:8081
to see the presentation - To use PhantomJS to update the screenshots:
vagrant ssh
to ssh into the Vagrant machinemake
will use theMakefile
in this repo to run several PhantomJS scripts and update the screenshots in the presentation.