- Notifications
You must be signed in to change notification settings - Fork65
g0v/g0v.tw
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
THIS IS THE OLD ONE
NEW ONE HERE:https://github.com/g0v/landing-page
g0v.tw 的網頁內容由此專案產生
- app: 網頁程式
- md: 網頁文章
- Install nodejs
- Install npm
第一次請先執行
$ npm install
安裝完之後打以下指令跑起 local web server
$ npm start
然後在 browser 輸入http://localhost:3333
gulp 會自動幫你 compile jade to html, less to css, 合併 javascript, css 等。在更改任何一個檔案 gulp 也會幫你重新 compile。
請打
$ ./deploy <git remote>