Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 327 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 327 Bytes

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