Sinatra app that generates backroom location barcodes.
- Clone the repo.
git clone https://github.com/pschfr/backroom
. - Run
bundle install
to install dependencies defined inGemfile
. - Then run
bundle exec rerun rackup
to launch with live-reloading powered byrerun
. - Open
localhost:9292
, then make changes and enjoy!.