Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 497 Bytes

README.md

File metadata and controls

37 lines (30 loc) · 497 Bytes

The-Intern-Project

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.