Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 701 Bytes

File metadata and controls

30 lines (19 loc) · 701 Bytes

JamConnect

A real-time music forum built on Meteor.JS

JamConnect is a work-in-progress built off the Discover Meteor framework. Its purpose is to connect local musicians who have no intentions of joining a band and just want to meet up and rock out!

Curious what it looks like? Head over to https://jam-connect.herokuapp.com/ to view the most recent version!

##Quick Start:

JamConnect is built on the full-stack JavaScript framework, Meteor.JS - to install Meteor, run:

curl https://install.meteor.com/ | sh

Clone the repository to your machine:

git clone https://github.com/DinsmoreDesign/JamConnect.git

Run JamConnect:

cd JamConnect
meteor

Have fun!