Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eagerworks/bootstrap_styleguide
https://github.com/eagerworks/bootstrap_styleguide
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eagerworks/bootstrap_styleguide
- Owner: eagerworks
- License: mit
- Created: 2022-01-16T21:25:02.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-24T21:42:23.000Z (almost 3 years ago)
- Last Synced: 2024-08-10T11:24:02.328Z (5 months ago)
- Language: HTML
- Size: 69.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
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).