Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 1.06 KB

README.md

File metadata and controls

42 lines (23 loc) · 1.06 KB

Meteor-impress

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

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/

impress.js

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.

LICENSE

Copyright 2011-2012 Bartek Szopka

Released under the MIT and GPL Licenses.