dispatch/README.md

612 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
go-bindata -nomemcopy -o ../bindata.go dist/...

# Rebuild the server :)