chorus is the place for sharing music with your friends in real time.
To start sharing, head over to http://chorus.2017.reactriot.com. Create your channel and share the URL with others to invite them to your channel. Add some music to get the party started 🎉
This repository is using the new dep
package manager for Golang.
- Clone this repo to
$GOPATH/src/github.com/bottleneckco/chorus
. NO OTHER DIRECTORY WORKS - Run
dep ensure
(This is likeyarn install
) - Run
foreman -f Procfile.dev
(or alternatively use https://github.com/ddollar/forego, a Go equivalent). - Visit http://localhost:8080