Skip to content

Files

Latest commit

Nov 16, 2015
93f81f4 · Nov 16, 2015

History

History
30 lines (21 loc) · 403 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 403 Bytes

formvalidation.io

This repository contains the source of formvalidation.io

Installing

$ gem install jekyll
$ gem install bundler

Go to the root directory and install the required plugins with

$ bundle install

Building

$ jekyll build
$ jekyll build --watch

Build and serve the docs in local with

$ jekyll serve