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.
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
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
During development run make compass-watch
to rebuild on each change the css.
To compile the css for production run make compass-compile
An example template can be found into the example
folder. Run bower install
before to install dependecies.
Example images are from Nick Frost
Contributions are welcomed. Just make a PR for it.