Working Demo

http://where-you-at.com

Installing

You need to have Go installed.

go get -u github.com/gophergala/correct-horse-battery-staple
go get -u -d -tags=js github.com/gophergala/correct-horse-battery-staple/...

Running

In the root project folder:

go build -o main && ./main

Deploy

go test ./... && GOOS=linux go build -o main && ./deploy.sh

Notes

Features whiteboard: http://whiteboardfox.com/29046-5977-1449

Mockup