GitXplorerGitXplorer
p

meteor-impress

public
12 stars
8 forks
0 issues

Commits

List of commits on branch master.
Unverified
31110642c62fd6894a350afc39c4a544a4c8161a

Fixed visual issues

pphillc committed 12 years ago
Unverified
49e1c0969d1f3fc4a0cd8087c4db90a147b28cb0

Added slide syncing

pphillc committed 12 years ago
Unverified
0c1d72b958df919404a0d7141be53dfa3dc04136

Updated readme

pphillc committed 12 years ago
Unverified
36f3029a56d1f7edb9d0a9f376158ba578d5befb

Added viewer count

pphillc committed 12 years ago
Unverified
9a738999258340589f7e05fd941ea1202929ed9a

Adding font awesome

pphillc committed 12 years ago
Unverified
3956d95001348d978afce51eb71a7eb276d5a33e

Added less css

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.