This repository contains the source of formvalidation.io
$ gem install jekyll
$ gem install bundler
Go to the root directory and install the required plugins with
$ bundle install
$ jekyll build
$ jekyll build --watch
Build and serve the docs in local with
$ jekyll serve