Skip to content

Latest commit

 

History

History
25 lines (12 loc) · 356 Bytes

README.md

File metadata and controls

25 lines (12 loc) · 356 Bytes

FOPI main page

Check whether you have Ruby 2.6.0 or higher installed:

$ ruby --version
> ruby 2.X.X

Install Bundler:

$ gem install bundler
# Installs the Bundler gem

Install the gem dependencies:

$ bundle install

Serve it:

$ bundle exec jekyll serve

And go to http://127.0.0.1:4000/ to see the site