Skip to content

massiveart/husky

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Husky - The wuff wuff framework Build Status

Husky is an awesome front-end framework.

Read the documentation

Documentation

How to contribute like a boss

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 Husky

grunt build

Running Tests

grunt test

Compiling SCSS

grunt watch

Documentation

  1. Install jekyll
  2. cd into the Husky root directory and run jekyll serve in the command line.
  3. Open http://localhost:9001 in your browser, and voilà.