Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 405 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 405 Bytes

The Ultimate Search for Rails

The demo app to illustrate this post on DEV.to

Chek out the live app

This app runs on Rails 7 with importmaps and Ruby 3.2.

Just make sure redis is running, then :

rails db:setup
# If you have overmind
overmind start -f  Procfile.dev
# Otherwise
rails s