Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 999 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 999 Bytes

TWCL CK 官方網站

The roadmap

簡單來說我們要寫一個入口主頁,這個主頁是公開的然後提供TWCL的基本資訊等等
接著透過登錄(FB,Google,或創建新的...)可以進入TWCL的community
community中有三塊
第一個是一個聊天室
第二個是討論串
第三個是一個TWCL的wiki
另外每個使用者會有一個簡單的個人頁面

How to Collaborate

Prerequisite: git, python27, GAE

  1. Fork this project
  2. 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.

Reference