Skip to content

ddx-510/2019

 
 

Repository files navigation

BuildingBloCS 2019 Website

Development workflow

Requirements

  1. Jekyll
  2. Node.js
  3. Yarn

Setup

git clone git@github.com:serverwentdown/buildingblocs.github.io.git

Install project dependencies:

yarn install

Building CSS from Sass

Only required if you are modifying stylesheets. Start grunt (tool to build .scss to .css) and make it watch for file changes:

yarn build watch

If you want to just build and exit, do:

yarn build

Serve the local website

jekyll serve
open http://localhost:4000

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

We strongly encourage for local development as the online commmit could be messy and hard to orgainse. Thank you!

Releases

No releases published

Packages

No packages published

Languages

  • HTML 76.5%
  • CSS 11.9%
  • Python 6.5%
  • JavaScript 5.1%