My User Page on the web
Make sure you have ruby
installed and up to at least 2.0
- install
bundler
viaruby gem
gem install bundler
(might need sudo)
- install dependancies describes in the
Gemfile
bundle install
- run
jekyll
inside thebundle gem context
bundle exec jekyll serve
And off you go! 🚀