/live-blog

A live blogging app for events and presentations.

Primary LanguageJavaScript

Live Blogging App

A live blogging app for events and presentations. Event updates appear in real-time as they are published from the "Publish Updates" view.

Uses:

$ git clone https://github.com/chadtmiller/live-blog.git
$ npm install
$ ./script/dev
# open http://localhost:3000
# or
$ PORT=8000 ./script/dev