BnbBlazer
Welcome to BNB Blazer! This is a gem wrapper for the Blazer query tool designed specifically for BNB projects. In this directory, you'll find the files you need to edit the behavior/appearance of this gem. Additionally, you can spin up the test app to experiment with the appearance of the tool. Put your Ruby code in the file lib/bnb_blazer
.
Installation
To use this wrapper in conjunction with Blazer, add this block to your application's Gemfile:
gem "blazer"
gem "bnb_blazer"
And then execute:
$ bundle install
Development
This gem comes bundled with a test app to help you test out new display designs with pre-populated blazer queries. To get the environment up and running:
- Clone this repo down to your machine
- Make sure you have Dip installed and configured
- In your new
bnb_blazer
directory, rundocker-compose up
- Once all your containers have spun up, run
dip setup
- Navigate to http://localhost:300/blazer in your browser, and away you go!
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/brandnewbox/bnb_blazer.
License
The gem is available as open source under the terms of the MIT License.