Skip to content

beego/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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