Skip to content

niklasnatter/husky

 
 

Repository files navigation

Husky - The wuff wuff framework

Husky is an awesome front-end framework.

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

Install Compass with animations:

gem update --system
gem install compass
gem install animation --pre

Command to start an npm server, which returns data to the demos:

apimocker --config apimocker_config.json

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 76.3%
  • CSS 17.7%
  • HTML 6.0%