dispatch/README.md
2015-04-30 00:45:02 +02:00

564 B

name_pending

Web-based IRC client in Go.

Installing

go get github.com/khlieng/name_pending

Running

name_pending

Building the server

Requirements

cd $GOPATH/src/github.com/khlieng/name_pending

go install

Building the client

Requirements

npm install -g gulp
go get github.com/jteeuwen/go-bindata/...
cd $GOPATH/src/github.com/khlieng/name_pending/client
npm install

gulp -p

# Rebuild the server :)