A Kanban board like app built using Rails 7.1 and Hotwire. I have been building this app to learn and experiment with Hotwire. It is not intended to be a fully functional or complete application.
Inspired by SupeRails episode Rails 7 #119 Trello Clone. Advanced Drag and Drop Sortable Lists with Hotwire.
Install Ruby and NodeJS:
brew install asdf
asdf plugin add ruby
asdf plugin add nodejs
asdf installInstall gems and Javascript dependencies:
bundle install
yarn installInitialise database:
bundle exec rails db:reset db:seedRun local server:
./bin/dev