Sha256: e986f0b439ed4fcc7e3c5306d3742827a84d3149409fe552c70a50f3ec3148fa
Contents?: true
Size: 1.31 KB
Versions: 3
Compression:
Stored size: 1.31 KB
Contents
# BnbBlazer Welcome to BNB Blazer! This is a gem wrapper for the [Blazer](https://github.com/ankane/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: ```ruby 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: 1. Clone this repo down to your machine 2. Make sure you have [Dip](https://github.com/brandnewbox/bnb-dip-defaults) installed and configured 3. In your new `bnb_blazer` directory, run `docker-compose up` 4. Once all your containers have spun up, run `dip setup` 5. 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](https://opensource.org/licenses/MIT).
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
bnb_blazer-0.4.0 | README.md |
bnb_blazer-0.3.0 | README.md |
bnb_blazer-0.2.0 | README.md |