Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 593 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 593 Bytes

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