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