https://github.com/decafsucks/decafsucks
Rebuilding decafsucks.com as a Hanami example app
https://github.com/decafsucks/decafsucks
dry-rb hanami hanami-app rom-rb ruby
Last synced: 6 days ago
JSON representation
Rebuilding decafsucks.com as a Hanami example app
- Host: GitHub
- URL: https://github.com/decafsucks/decafsucks
- Owner: decafsucks
- Created: 2022-08-03T07:14:36.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-09-09T12:53:04.000Z (27 days ago)
- Last Synced: 2025-09-09T14:38:06.214Z (27 days ago)
- Topics: dry-rb, hanami, hanami-app, rom-rb, ruby
- Language: Ruby
- Homepage:
- Size: 134 KB
- Stars: 73
- Watchers: 13
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Decaf Sucks
[](https://github.com/decafsucks/decafsucks/actions/workflows/ci.yml)
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!
## Setup
Install Ruby & Node using [Mise](https://mise.jdx.dev/):
```shell
mise install
```Run Postgres via Docker Compose:
```shell
docker compose up -d
```Setup the app:
```
bin/setup
```Then run the app:
```
bin/dev
```Open [localhost:2300](http://localhost:2300) to see the app, and [localhost:8025](http://localhost:8025) to inspect emails.