Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Plaza committed Nov 1, 2015
2 parents 7cbd5bf + d7b044d commit abf5b06
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ It currently allows annoymous user login to read/write messages to a common loca

Main TODO: Moderation mode that requires messages to be approved by a trusted moderator.

##Installation and Usage
## Quick Start Guide

This package contains a 'dist' directory which contains the chat widget in index.html. Before launching this page, your Firebase account address must be specified in place of YOURADDR (signup for Firebase is free). The moderator mode can be toggled by setting data-moderatormode to "true" or "false". To use the moderator mode, an email/password must be registered for the given Firebase account.

## Installation and Usage

% npm install
% grunt dist
Expand Down

0 comments on commit abf5b06

Please sign in to comment.