Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.07 KB

README.md

File metadata and controls

28 lines (19 loc) · 1.07 KB

sintel-dev.github.io <-> sintel.dev

This is the home page for the sintel 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
  • For local development, change url to localhost in _config.yml