Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 315 Bytes

File metadata and controls

15 lines (12 loc) · 315 Bytes

Getting started

First, you need the ruby development headers. Run :

  • On Fedora : dnf install ruby-devel
  • On Debian-based distributions : apt-get install ruby-dev

to install dependencies, run :

bundle install

You can now serve the website locally with :

bundle exec jekyll serve