Tool for running Ignite Karaokes
This repo provides tools to allow someone to run a series of Ignite Karaokes.
Ignite Karaokes follow the Ignite (Enlighten us, but make it quick) format -- 20 slides, each slide is up for 15 seconds. But with a twist... you don't know what slides will appear!
"If I have seen further it is by standing on the shoulders of Giants." -- Isaac Newton
It is built on the shoulders of:
- hakimel/reveal.js: The HTML Presentation Framework
- slara/generator-reveal: Yeoman generator for Reveal.js
- Unsplash - The internet's source of freely usable images.
- In order to run this, you need
npm
,grunt
, andbower
installed. - The script which randomizes things requires
bash
andshuf
- Execute the following:
npm install && bower install
- Copy image files into
resources/images/ignite
; you need at least 20. The more the better! There are some sample files in the directory.
- Start the server with
grunt serve
- In the lower left, click on the "play" button to start. The first slide will be up for 5 seconds, afterwards there are 20 slides which are up for 15 seconds each.
- To refresh and rewind, execute the
refill.sh
script.