# Bootsketch : wireframe theme for TWBS3

Bootsketch is a little [Bootstrap](https://github.com/twbs/bootstrap-sass) theme for wireframing web project. Unlike the Bootstrap base theme, Bootsketch provide a sketch render to remove all "design feeling" when we present it to client or during user test.

**[Demo](http://yago.github.io/Bootsketch/)**

## Usage

Just download the repo and use the `bootsketch.css` locate in `build/css/` and `build/fonts/` for icons.

## Contribution

You will need :

* Node -> [npm](npmjs.org)
* [Bower](bower.io)
* and [Hologram](https://github.com/trulia/hologram) to regenerate the styleguide

To setup the project :

````
$ npm install
$ bower install
$ gulp
````

