Skip to content

Files

Latest commit

 

History

History
46 lines (24 loc) · 938 Bytes

README.md

File metadata and controls

46 lines (24 loc) · 938 Bytes

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à.