Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 455 Bytes

CONTRIBUTING.md

File metadata and controls

38 lines (27 loc) · 455 Bytes

Set your GO env variables

GOPATH=~/go
PATH=$PATH:$GOPATH/bin

Prepare your workspace

mkdir -p ~/go/src/github.com/grokify

Clone the project

cd ~/go/src/github.com/grokify
clone [email protected]:grokify/chathooks.git
cd chathooks

Install godep (dependency manager)

go get github.com/tools/godep

Download all dependencies

godep restore

Run the project then visit http://localhost:3000/

go run main.go