A responsive front-end framework for faster and easier web development.
Clone the repo
git clone git@cagit.careerbuilder.com:CorpAppsCB/kabu.git
Switch to the new directory
cd kabu
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
Design is a team sport. We welcome contributions.