Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eagerworks/bootstrap_styleguide


https://github.com/eagerworks/bootstrap_styleguide

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# BootstrapStyleguide
Bootstrap Styleguide is an easy way to generate a complete styleguide for your rails + bootstrap proyect.

## Installation
Add this line to your application's Gemfile:

```ruby
gem 'bootstrap_styleguide'
```

And then execute:
```bash
$ bundle install
```

Or install it yourself as:
```bash
$ gem install bootstrap_styleguide
```

If you want to override the styleguide views and add your custom styles and components please run:

```bash
$ rails generate bootstrap_styleguide:install
```

## Contributing
Contribution directions go here.

## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).