Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/g0v/project-hub-mockup
mockups for the new g0v project hub
https://github.com/g0v/project-hub-mockup
Last synced: about 2 months ago
JSON representation
mockups for the new g0v project hub
- Host: GitHub
- URL: https://github.com/g0v/project-hub-mockup
- Owner: g0v
- License: cc0-1.0
- Created: 2014-10-10T05:11:48.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-27T22:48:53.000Z (about 10 years ago)
- Last Synced: 2024-07-31T22:37:49.665Z (6 months ago)
- Language: JavaScript
- Size: 1.87 MB
- Stars: 2
- Watchers: 133
- Forks: 5
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-g0v - project-hub-mockup - g0v project hub (Infrastructure / g0v 基礎建設)
README
g0v project hub mockup
==================mockups for the new g0v project hub
how to join: http://g0v.github.io/project-hub-mockup/about
doc and discussion: http://g0v.github.io/project-hub-mockup/wiki
license: CC0
Development
============Using:
* Sass
* Compass
* Semantic UI
* Jade
* jQuery
* Handlebars
* Underscore
* CSV-JS
* LiveScriptLocal server and compilation:
* Fire.app
* GulpDeploy to gh-pages:
* for Windows: run deploy.bat on master branch
* If you commit into master, then Travis-ci would auto-deployStructure
------------
* assets
* livescripts
* sass
* viewsFire.app
============Local Server
------------
* using Fire.app to preview sass and jade at 127.0.0.1:24681
* config.rb is for Fire.app
* tilt_jade.rb is for Jade and Fire.appJade -> HTML
------------
* using Fire.app to build views/ to public/
* if build doesn't work: jade views -o publicLiveScript -> Json
------------
* compile json.ls data: lsc -cj test.jsonGulp
============* pre-dev:
* install: [node](http://nodejs.org/)
* install: ruby 2.0.0 (use [rubyuinstaller](http://rubyinstaller.org) on windows, use `rvm install 2.0.0` on linux/mac)
* install compass (`gem install compass`)
* install tilt (`gem install tilt`)
* `npm i`
* devlopment:
* `npm start`
* open `http://localhost:3000/` to see the result.