Decaf Sucks was once a thriving little cafe review app and community.
We’re going to rebuild it as an OSS Hanami 2.0 example application. Watch this space!
Install Ruby & Node using Mise:
mise installRun Postgres via Docker Compose:
docker compose up -dSetup the app:
bin/setup
Then run the app:
bin/dev
Open localhost:2300 to see the app, and localhost:8025 to inspect emails.