/pg-chat-room

Chat room for Leadership in Unusual Contexts research studies

Primary LanguageJavaScript

PG Chat Room

Codeship Status for SamLau95/pg-chat-room

Uses Firebase to implement a chat room for the research studies of the Leadership in Unusual Contexts group.

Setup

Requirements: node version 4.0.0 or greater

Clone the repository:

git clone https://github.com/SamLau95/pg-chat-room

Run:

npm install

To start the server:

make serve

To start the test runner (we use Karma):

make test