/15th-night

Text and voice communication platform for Hack for a Cause 2016 (Eugene, OR)

Primary LanguageJavaScript

15th Night Messenger

Developed by Jeremy Sher, Hack for a Cause 2016

Hello, hello!

Quick start:

Create a Profile and any sample data in server/boot/data-import.js (untracked)

npm install # install server dependencies
cd client # go to client directory
bower install # install client dependencies
cd .. # go to project root
grunt # build client
node . # start server

Technologies Used