cb-talent-development / employer-style-guide

A visual style guide providing sensible UI/UX examples for a unified CareerBuilder Employer experience

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CareerBuilder Employer Experience UI/UX Style Guide

A visual style guide providing sensible UI/UX examples for a unified CareerBuilder Employer experience. See it in action here!

Building/Watching

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

Deploying

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.

About

A visual style guide providing sensible UI/UX examples for a unified CareerBuilder Employer experience


Languages

Language:CSS 35.6%Language:HTML 35.6%Language:JavaScript 28.7%