Skip to content

ballet/ballet.github.io

Repository files navigation

ballet.github.io

This is the home page for the Ballet research 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