c-guntur / kreator.js

slide tool interface for reveal.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A GUI for reveal.js

Create web presentations in the browsers

Demo

Available on github pages

Running locally

  • npm install (fetch dependencies)
  • npm install -g http-server (or if you have python installed skip this step)
  • gulp (build)
  • http-server (or python -m SimpleHTTPServer if you skipped #2)

If you are running Ubuntu some people have reported issues. Here are instructions that have been reported to work.

Now go in your browser at localhost:8080 where kreator.js will be running locally :)

Remote control

Screenshot

You can use a remote device to control the slides.

There is a "Use device as remote" button in the sidemenu of the application.

While having your presentation open go to this url copy the given code and enter it in the box that appears when you click "Use device as remote". You will then be able to change the slides from your phone. You also have a timer to keep track of your progress.

Development

For upcoming features check out future-release tags in the issues

To build

npm install -g gulp
gulp watch

About

GUI Editor for reveal.js hakimel/reveal.js#31

Copyright and license

Licensed under the Apache License, Version 2.0

About

slide tool interface for reveal.js

License:Apache License 2.0


Languages

Language:JavaScript 47.8%Language:CSS 44.1%Language:HTML 8.1%Language:Shell 0.0%