Slight modifications to impress.js allowing it to run with meteor.
Meteor has out of the box auto reload of the browser when making changes to html. This makes modification of impress.js slides really easy. Just install meteor ( http://docs.meteor.com/#quickstart ), run the meteor command, and then edit index.html.
If you deploy the meteor app, this project also adds a count of current viewers.
DEMO: http://meteor-impress.meteor.com/
Meteor is an ultra-simple environment for building modern web applications.
With Meteor you write apps:
- in pure Javascript
- that send data over the wire, rather than HTML
- using your choice of popular open-source libraries
Documentation is available at http://docs.meteor.com/
https://github.com/bartaz/impress.js/
It's a presentation framework based on the power of CSS3 transforms and transitions in modern browsers and inspired by the idea behind prezi.com.
Copyright 2011-2012 Bartek Szopka
Released under the MIT and GPL Licenses.