Skip to content

Latest commit

 

History

History
50 lines (26 loc) · 889 Bytes

README.md

File metadata and controls

50 lines (26 loc) · 889 Bytes

Husky Validation Library

Husky Validation

Husky-Validation is an awesome front-end validation framework.

Read the Documentation

Documentation

How to contribute

First install all necessary npm modules by running:

    npm install

Install grunt-cli:

    sudo npm install -g grunt-cli

Install bower:

    sudo npm install -g bower

And now install all dependencies:

    bower install

Grunt Tasks

Build Validation:

    grunt build

Documentation

Install Jekyll

    gem install jekyll

Start Jekyll Server (run in husky-validation directory):

    jekyll serve

Or start it with develop mode:

    jekyll serve --watch

Goto http://localhost:9001 with your favorite browser.