The Intern Project Website 2016
To Run Locally:
Use the latest version of ruby:
rvm use 2.3.0
If you don't already have jekyll and/or bundler:
sudo gem install jekyll
gem install bundler
To install remaining dependencies:
bundle install
Finally, run:
jekyll --server
And then navigate to localhost:4000 in the browser to see the site.