簡單來說我們要寫一個入口主頁,這個主頁是公開的然後提供TWCL的基本資訊等等
接著透過登錄(FB,Google,或創建新的...)可以進入TWCL的community
community中有三塊
有一個聊天室
主要頁面是一個討論區 有問題、討論、技術、趣事等分類文章
每種文章的呈獻效果都不一樣
另外每個使用者會有一個個人的blog頁面
Prerequisite: git, python27, GAE
- Fork this project
- Follow these instructions
git clone https://github.com/你的github帳號/official-site.git
cd official-site
dev_appserver.py .
Awesome! now you are in business!
When your modification done, please send us a pull request.
We'll review as soon as possible.