CODE4HK site repo is now here
We are a bunch of people who are pushing improvements in social aspect through technology. We are a group of doers who like to make real things that people use to change their life and inspiring them to contribute to the society. Live website
- 2014/01/16 see issue #334 if you cannot login in Ubuntu
nvm install v0.10
nvm use 0.10
git clone [email protected]:code4hk/site.git
cd site
npm install
bower install
- Start an HTTP server:
scripts/web-server.js
python -m SimpleHTTPServer 8003
- Any other HTTP server to host app folder
- Start
gulp
- Install livereload browser extensions
Then you can visit the dev website at http://localhost:8003
.