Demo applications for Thinknetica workshop on Rails and Hotwire.
The main branch contains only the base code (before the workshop). For code corresponding to each day of the workshop, see the following branches:
- Ruby 3.2.2
- Hivemind (optional)
bin/setupRun a Rails server:
bin/rails sRun a Rails server along with assets watchers:
bin/dev