This is the home page for the sintel project at MIT.
- Site URL: http://sintel-dev.github.io
- Stack: Jekyll + Gulp 4 + Bootstrap 4 + Browser-sync
- Clone or download this repository.
- Run
npm install
(this step is optional if you update content only: images/text/data files) - Run
bundle install
(required for Jekyll)
- 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 browserbundle 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