This is the home of Live React, a Learnosity Hackday project.
Live React is a web client-server system for communicating live "reactions" from many distributed clients to one (or more) viewer/presenter clients.
Running the Presenter Client
$ cd ~/path/to/repo
$ npm install --prefix desktop
$ npm start --prefix desktop
Running the Server/Attendee Client
$ cd ~/path/to/repo
$ npm install --prefix server
$ npm start --prefix server