Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samlau95/pg-chat-room
Chat room for Leadership in Unusual Contexts research studies
https://github.com/samlau95/pg-chat-room
Last synced: about 1 month ago
JSON representation
Chat room for Leadership in Unusual Contexts research studies
- Host: GitHub
- URL: https://github.com/samlau95/pg-chat-room
- Owner: SamLau95
- Created: 2015-03-24T01:06:50.000Z (almost 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2022-12-09T10:22:18.000Z (about 2 years ago)
- Last Synced: 2024-04-15T15:34:04.883Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 4.16 MB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PG Chat Room
=====[ ![Codeship Status for SamLau95/pg-chat-room](https://codeship.com/projects/e7376e90-59af-0133-ef4a-0e6f49d10408/status?branch=master)](https://codeship.com/projects/110132)
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](http://karma-runner.github.io/)):
make test