Skip to content

code4hk/site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c557e5a · Jun 17, 2016

History

83 Commits
Jun 17, 2016
Jan 17, 2014
Mar 16, 2014
Jun 18, 2014
Jan 17, 2014
Mar 2, 2014
Jan 17, 2014
May 1, 2014
Jul 8, 2014
Feb 16, 2015
Jul 8, 2014
May 12, 2014
Mar 4, 2014
Jul 8, 2014
Aug 12, 2014

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 git@github.com: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 http://localhost:8003.