/website

beego website

Primary LanguageCSSApache License 2.0Apache-2.0

website

beego website

Setup

  1. Get source code:
go get github.com/beego/website
  1. Get beedoc and beeblog to build contents:
cd $GOPATH/src/github.com/beego/website
git clone https://github.com/beego/beedoc
git clone https://github.com/beego/beeblog
  1. Compile:
go build main.go

run website and visit http://localhost:8082