Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 910 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 910 Bytes

SafeSpace

Originally a CS 169 Project

Code Climate

Test Coverage

Build Status

Pivotal Tracker

Chat Initialization

To enable the chat features, run:

rackup private_pub.ru -s thin -E production

in another terminal window in addition to the normal

rails s

Learn more about the chat implementation here.