Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.2 KB

README.md

File metadata and controls

51 lines (28 loc) · 1.2 KB

Heyday

Build Status devDependency Status

A bloat-free front-end framework for your next project

Based on Bootstrap.

To get started, check out http://dev.pulsir.eu/heyday.

Compiling

Heyday uses Grunt to compile source code.

Dependencies

From console:

  1. Install grunt-cli globally with npm install -g grunt-cli.
  2. Navigate to the root heyday/ directory, then run npm install to get required packages.

Once completed, you'll be able to run the various Grunt commands.

Available commands

Default: grunt

Runs tests locally and compiles source code.

Compile: grunt dist

Compiles source code.

Tests: grunt test

Runs lint and unit tests.

Watch: grunt watch

Watches changes in source files and recompiles them.

Contributing

Want to contribute? Check out contributing guide.

License

Licensed under The ☺ Licence.