Track activity across your github organisation
Sup is built using:
- A Golang based server component
- A working Golang environment
- A working ruby environment (to use the Procfile)
$ go get github.com/quamen/sup
$ cd $GOPATH/src/github.com/quamen/sup
$ script/bootstrap
- Set up your
.env
file $ foreman start
The following two repos were super helpful in writing this, and I've definitely stolen ideas and code from both while learning my way around go.