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 install
Install gems and Javascript dependencies:
bundle install
yarn install
Initialise database:
bundle exec rails db:reset db:seed
Run local server:
./bin/dev