GitXplorerGitXplorer
p

meteor-impress

public
12 stars
8 forks
0 issues

Commits

List of commits on branch master.
Unverified
664bd09f32834441992b3cdf65128876b5c41b56

I meant to remove those two lines

pphillc committed 12 years ago
Unverified
08be7e8343c711c470765b489b38b41078a1aa01

Link to original impress.js

pphillc committed 12 years ago
Unverified
6cced7c0d84a71366372ec2a286c8aeacf01c804

Modify readme

pphillc committed 12 years ago
Unverified
d740ee72e806ce674f8c46577059c774b2948145

Getting impress.js to load

pphillc committed 12 years ago
Unverified
44da4b7785a31336389eeaa7913ec03ae6c37347

Fixes index.html for some meteor-isms

pphillc committed 12 years ago
Unverified
ec9ab86484b2d47264277c66ee4984377e6ad1a9

move impress script into client folder so that it loads only in browser

pphillc committed 12 years ago

README

The README file for this repository.

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.