assets | ||
client | ||
commands | ||
Godeps | ||
server | ||
storage | ||
.gitignore | ||
config.default.toml | ||
LICENSE | ||
main.go | ||
README.md |
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 :)