Skip to content
Tzach Livyatan edited this page Apr 1, 2014 · 3 revisions

the following will allow you to run osv.io locally. tested on fedora 20.

Installing jekyll

sudo yum -y install ruby-irb rubygems rubygem-bigdecimal rubygem-rake rubygem-i18n ruby-devel
gem install jekyll
gem install kramdown

running jekyll

cd osv-io.github.io
jekyll serve --baseurl "" --watch

osv.io is locally available at http://0.0.0.0:4000/

No need to restart. jekyll will generate a new site with each file change.

To validate you local site mobile version, you can use FireFox Tools > Web Developer > Responsive Design View. Any screen size below 360x640 would present the mobile version.

Clone this wiki locally