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