Start Bootstrap Admin Theme
Rails engine for Start Bootstrap Admin Theme.
Installation
Add this line to your application's Gemfile:
gem 'start_bootstrap_admin_theme'
And then execute:
$ bundle
Or install it yourself as:
$ gem install start_bootstrap_admin_theme
Usage
You can use app/views/start_bootstrap_admin_theme/pages/index.html.erb
as a base for your layout.
You can also run the SB admin demo in your app, which can be useful during development. To do so, add mount StartBootstrapAdminTheme::Engine => "/start_bootstrap_admin_theme"
to your config/routes
. You should see the demo at http://localhost:3000/start_bootstrap_admin_theme/pages/index.html.
Development
See https://github.com/SnackNation/start_bootstrap_admin_theme/blob/master/script/install/USAGE.md for how to import updates to the Start Bootstrap Admin Theme into this repo.
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/SnackNation/start_bootstrap_admin_theme. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
License
The gem is available as open source under the terms of the MIT License.
Code of Conduct
Everyone interacting in the project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.