Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 741 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 741 Bytes

System Preparation

To use this starter project, you'll need the following things installed on your machine.

  1. Jekyll - $ gem install jekyll
  2. NodeJS - use the installer
  3. GulpJS - $ npm install -g gulp (mac users may need sudo)
  4. Inside the directory, run (sudo) npm install
  5. Run bower install

Usage

development mode

This will give you file watching, browser synchronisation, auto-rebuild, CSS injecting etc.

$ gulp

If failed when use gulp, try (sudo) npm install and then bower install and gulp at last.

Coding Style

See http://cssguidelin.es/ for more detail.

Indent

Use 4 spaces instead of tabs.