No description
Find a file
2016-10-24 17:26:10 -04:00
libs feat: integrate Behave.js for live editor 🏆 so good 2016-10-24 15:15:07 -04:00
scripts fix: remove dead code 2016-10-24 17:26:10 -04:00
styles feat: backport lots of improvements from another project 2016-10-23 03:07:58 -04:00
.gitignore feat: add directions for serving the file locally 2016-10-13 14:10:22 -04:00
index.html feat: integrate Behave.js for live editor 🏆 so good 2016-10-24 15:15:07 -04:00
package.json feat: add directions for serving the file locally 2016-10-13 14:10:22 -04:00
README.md feat: add demo link to readme 2016-10-24 11:22:34 -04:00

#JANUS

This is a browser-based presentation framework with two connected views: one for the presenter, and one for the audience.

See it in action!

Features:

  • Presenter view and presentation view, connected through Localstorage
  • Specializes in live-coding demos

How to Use:

Use npm run start to serve the project folder on localhost and launch it in your default browser.

After you have edited index.html to your liking, you can run npm run build to compile the whole presentation into a single portable file for use elsewhere.

Gotchas:

Firefox and Chrome handle file:/// urls differently. In Firefox, local files are allowed to interact with LocalStorage, but on Chrome they are not. To circumvent this issue in Chrome, you have to serve the file on localhost with npm run start or some other local server.