dispatch/README.md
Ken-Håvard Lieng 594caf3708 Update README.md
2015-03-04 18:44:26 +01:00

431 B

name_pending

Web-based IRC client in Go.

Building

Requirements

Get the source

go get github.com/khlieng/name_pending

Compile the server

cd $GOPATH/src/github.com/khlieng/name_pending
go build -o bin/name_pending

Build the client

npm install -g gulp

cd client
npm install
gulp -p