Skip to content

massiveart/husky

Folders and files

NameName
Last commit message
Last commit date
Jan 14, 2021
Feb 7, 2017
Nov 29, 2016
Apr 2, 2014
Jul 5, 2016
Mar 7, 2018
Oct 21, 2021
Sep 9, 2015
Oct 21, 2021
May 23, 2017
Sep 26, 2017
Feb 7, 2017
Dec 5, 2019
May 12, 2014
Aug 28, 2015
Sep 26, 2013
Jul 5, 2013
Oct 9, 2017
Jan 28, 2014
Jan 13, 2020
Jan 14, 2021
Jul 5, 2013
Mar 7, 2018
Oct 12, 2016
May 23, 2014
Nov 29, 2016
Jan 13, 2020
Jan 14, 2021
Jan 27, 2014
Jan 14, 2021
Jul 5, 2013
Sep 27, 2013

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

NPM Tasks

Build Husky

npm run build

Compiling SCSS

npm run watch:scss

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

npm run api

Command to run npm server for demos

npm run serve

Running Tests

npm run test

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