Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/g0v/5050
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/g0v/5050
- Owner: g0v
- Created: 2014-10-12T14:13:52.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-14T12:07:22.000Z (over 10 years ago)
- Last Synced: 2024-07-31T22:37:57.862Z (6 months ago)
- Language: CSS
- Homepage: http://g0v.github.io/5050/
- Size: 1.03 MB
- Stars: 0
- Watchers: 29
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-g0v - 5050 - 50天50張選舉圖表 (Open Data Open Gov / 開放資料、開放政府 / 課責(選舉罷免、預決算與財政收支、政風與課責))
README
# Development
第一次請先執行$ echo 3000 > port
$ npm i安裝完之後打以下指令跑起 local web server
$ npm start
然後在 browser 輸入 [http://localhost:3000](http://localhost:3000)
gulp 會自動幫你 compile jade to html, less to css, 合併 javascript, css 等。在更改任何一個檔案 gulp 也會幫你重新 compile。