/2018

BuildingBloCS 2018 Website

Primary LanguageCSS

BuildingBloCS 2018 Website

Development workflow

Requirements

  1. Jekyll
  2. Node.js

Setup

git clone -b mybranch --single-branch git@github.com:serverwentdown/buildingblocs.github.io.git

Install grunt tool:

npm install -g grunt

Install project dependencies:

npm install

Building CSS from Sass

Start grunt and make it watch for .scss file changes:

grunt watch

Serve the local website

jekyll serve
open http://localhost:4000

Visit the Jekyll docs for more information on the directory sturcture.