Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 589 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 589 Bytes

Presentation-Tool

This repository contains a quick and dirty solution to remotely control two reveal.js presentations at the same time. It is written with Express, Socket.IO and jQuery.

The presentations and all assets must be located in the slides folder which is exported.

Prerequisites

  • yarn
  • node.js

Getting started

  1. Run yarn install
  2. Configure IP address and port in server.js
  3. Customize basic auth in auth.js according to your needs
  4. Start server via yarn serve