Skip to content

zacharywelch/kabu

Repository files navigation

Kabu Styleguide

A responsive front-end framework for faster and easier web development.

http://cb-kabu.herokuapp.com/

Installation

Clone the repo

git clone git@cagit.careerbuilder.com:CorpAppsCB/kabu.git

Switch to the new directory

cd kabu

Getting Started

To view kabu locally any http server will do. Python's SimpleHTTPServer is super easy to setup.


Switch to the kabu/docs directory

cd docs

Start an HTTP Server

python -m SimpleHTTPServer 8888

Visit localhost:8888/home.html

Contributing

Design is a team sport. We welcome contributions.