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 installNow you can build or watch the project! Compiled assets will be plopped into the dist directory.
$ gulp build
or
$ gulp watchIf you need to deploy a new version to Github Pages, simply execute the deploy task:
$ gulp deployThis will build, commit and push the compiled assets to the gh-pages branch.