- Clone repo eg. git clone https://github.com/bluesuncorp.wash $GOPATH/src/github.com//
- remove .git folder in clone repo, run git init and then add remote
- do a global replace on the code eg. replace: github.com/bluesuncorp/wash with github.com//
- run ./bin/init.sh to download any dependencies
- run ./bin/dev.sh to start developing your app
- NOTES coming soon, just creating the Dockerfile etc...
- a docker solution is in the works which will make everything easier
- ENV variables are locaed in ./bin/dev.sh for you manipulation