Skip to content

aypn0s/scrum_voting_app

Repository files navigation

Scrum Voting App with hotwire

Simple scrum application to test hotwire, enjoy!

Instructions

  • clone :)
  • bundle install
  • yarn install
  • rails db:create
  • rails db:migrate
  • Ensure that redis server is running and adjust config/cable.yml if needed
  • rails s