Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 574 Bytes

readme.markdown

File metadata and controls

16 lines (12 loc) · 574 Bytes

Source code for my personal website, http://humphreybc.com

Designed and built in an evening using Node.js, Stylus, Brunch, Modernizr, and jQuery. Font icons from Icomoon. Fully responsive CSS3 design for mobile and tablets.

http://keyamoon.com/icomoon http://nodejs.org http://brunch.io/ http://learnboost.github.com/stylus/ http://jquery.com/ http://modernizr.com/

== Instructions to get this bad boy running locally ==

  1. Install node.js (http://nodejs.org)
  2. Run 'npm install' in root directory (you may have to sudo it)
  3. Run 'brunch w -s' and visit localhost:3333