This is a demo application exploring Turbo features and extensions. See it live!
Here is the list of features and the corresponding PRs (so you can see how it was implemented):
Read more in Evil Martians' The Future of Full-Stack Rails blog series.
All you need is Ruby 3.3+.
Install dependencies:
bundle install
Run a web server along with the TailwindCSS CLI to build (and re-build) styles:
bin/dev
Go to localhost:3000 and enjoy!