Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 465 Bytes

README.md

File metadata and controls

39 lines (22 loc) · 465 Bytes

Hosting our website using github pages.

The site is running on Jekyll.

To get this up and running locally be sure to have Ruby > 2.5.0 running

gem install --user-install bundler jekyll

Then bundle it

bundle

Serve it locally to port 4200 with

bundle exec jekyll serve  

If you want to update the dependancies run

bundle update

And then install

bundle install