A visual style guide providing sensible UI/UX examples for a unified CareerBuilder Employer experience. See it in action here!
Install some global dependencies, then project dependencies:
$ npm -g install bower gulp
$ npm install
$ bower install
Now you can build or watch the project! Compiled assets will be plopped into the dist
directory.
$ gulp build
or
$ gulp watch
If you need to deploy a new version to Github Pages, simply execute the deploy task:
$ gulp deploy
This will build, commit and push the compiled assets to the gh-pages
branch.