A bloat-free front-end framework for your next project
Based on Bootstrap.
To get started, check out http://dev.pulsir.eu/heyday.
Heyday uses Grunt to compile source code.
From console:
- Install
grunt-cli
globally withnpm install -g grunt-cli
. - Navigate to the root
heyday/
directory, then runnpm install
to get required packages.
Once completed, you'll be able to run the various Grunt commands.
Runs tests locally and compiles source code.
Compiles source code.
Runs lint and unit tests.
Watches changes in source files and recompiles them.
Want to contribute? Check out contributing guide.
Licensed under The ☺ Licence.