Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1009 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 1009 Bytes

sibyl-dev.github.io

This is the home page for the Sibyl project at MIT.

Install build dependencies

  1. Install Jekyll
  2. NodeJS
  3. NPM
  4. Gulp

Install site and site dependencies

  1. Clone or download this repository.
  2. Run npm install (this step is optional if you update content only: images/text/data files)
  3. Run bundle install (required for Jekyll)

Running

  • For Development Run gulp to bundle assets (js/styles) and generate website into _site folder
  • For Editing should be using bundle exec jekyll serve to run server or Option with force livereload browser bundle exec jekyll serve --livereload

Dev Note: Check gulpfile.js for automated tasks, like gulp purgecss to update critical css