This is a demo realtime chat application build using ActionCable, Turbo, Stimulus and Tailwind. See the demo on heroku.
Run following command to install bundle & dependencies:
bundle install
yarn install
ornpm install
Setup database rails db:create && rails db:migrate
Run your server rails s
Run rspec --format progress --format documentation --profile
Run yarn test
or npm test