Skip to content

palkan/turbo-music-drive

Repository files navigation

Turbo Music Drive

This is a demo application exploring Turbo future enhancements (expected in Turbo 8). See it live!

Home Page Artist Page

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: Turbo Morph Drive blog post.

Running locally

All you need is Ruby 3.2+.

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!