Skip to content

Latest commit

 

History

History
56 lines (35 loc) · 1.32 KB

README.md

File metadata and controls

56 lines (35 loc) · 1.32 KB

Bootstrap Admin

Bootstrap Admin aims to provide an open source admin dashboard template based on Bootstrap.

It is built with Compass using Sass. The project try to respect Bootstrap standards to keep flexible and configurable.

Installation

To install the project you first need to install bootstrap-sass and font-awesome-sass:

sudo gem install bootstrap-sass
sudo gem install font-awesome-sass

Then you need - as mention above - Compass:

sudo gem install compass

Finally clone the project:

git clone [email protected]:RobinBressan/bootstrap-admin.git

Configuration

See config.rb to config the css build dir

The default configuration build all into example/css folder.

The sass variables are in sass/bootstrap-admin/variables.scss

Build

During development run make compass-watch to rebuild on each change the css.

To compile the css for production run make compass-compile

Example

An example template can be found into the example folder. Run bower install before to install dependecies.

Example images are from Nick Frost

Contribute

Contributions are welcomed. Just make a PR for it.