Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 347 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 347 Bytes

The Ultimate Turbo Modal for Rails - Demo

This is a demo application. You can find the Ruby Gem and instructions on how to use it in your own application at https://github.com/cmer/ultimate_turbo_modal.

   

Getting up and running...

bin/rails db:create db:migrate db:seed
yarn install
bin/dev
open http://localhost:3000