This is a demo app to exercise my "new" Ruby on Rulers framework
This is a rack app. Launch with rackup -p 3001
and access from http://localhost:3001.
Launch using rerun to automatically re-launch the webserver when files change: bundle exec rerun -- rackup -p 3001
This app currently requires Rulers to be in the same parent directory. You can change this by updating (or removing) the path
in the Gemfile.