The Openshift Web Catalogs Library
npm install origin-web-catalogsOpenShift Catalog Conaole Library
=========================
A component libary created for the cataloging components for The OpenShift Web Console.

``install the dependencies with npm and bower
$ npm install
$ bower install
Go to http://localhost:8080 in your browser.
>Warning: Make sure you're using the latest version of Node.js and NPM
Contributing
------------
#### Getting started
1. Install Nodejs and npm
2. Build the library with 'npm run build'
3. Run the test server with 'npm run start'
4. Launch a browser at https://localhost:9000/ this will watch for asset changes.
Testing
$3
* single run:
npm test
* live mode (TDD style): npm run test-watch`