To run the Vanilla OS website locally, install Jekyll, the required plugins and clone this repository:
# make sure to have the requirements for jekyll installed: Ruby, RubyGems, GCC, Make
gem install jekyll bundler
gem install jekyll-feed jekyll-sitemap
git clone https://github.com/Vanilla-OS/website.git
cd website
Then serve the site locally with:
jekyll serve