Skip to content

code4hk/site

Repository files navigation

CODE4HK site repo is now here

This is Deprecated

Code 4 HK

Mission

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

Installation Guide

Install Node Version Manager

NVM Website

  • 2014/01/16 see issue #334 if you cannot login in Ubuntu
nvm install v0.10
nvm use 0.10

Install gulp

gulp website

git clone [email protected]:code4hk/site.git
cd site
npm install
bower install

Start local dev server

  • Start an HTTP server:
    1. scripts/web-server.js
    2. python -m SimpleHTTPServer 8003
    3. Any other HTTP server to host app folder
  • Start gulp
  • Install livereload browser extensions

Then you can visit the dev website at https://localhost:8003.