Skip to content

mitvis/website

Repository files navigation

vis.csail.mit.edu

How to dev mitvis website

gem install jekyll bundler
  • Install dependencies
bundle install
  • Serve your content
bundle exec jekyll serve
  • Check localhost:4000 for your content