433 B
433 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