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: 6 months 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 (over 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2022-12-09T10:22:18.000Z (over 3 years ago)
- Last Synced: 2025-03-23T02:19:44.696Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 4.16 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PG Chat Room
=====
[ ](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