Skip to content

nerdkiez/nerdkiez.github.io

Repository files navigation

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