mmsbrggr / husky

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Other


Languages

Language:JavaScript 76.6%Language:CSS 17.5%Language:HTML 5.9%Language:Shell 0.0%