Skip to content

sintel-dev/sintel-dev.github.io

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published