Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 370 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 370 Bytes

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