Local
If you want more control you can run the core engine on your localhost for deeper development or contract testing against your own stack.
-
Clone
rails-coreTerminal window git clone https://github.com/railsinfra/rails-core.gitcd rails-core -
Copy
.env.exampleto.env.Terminal window cp .env.example .env -
Run:
Terminal window make devWhen healthy, the gateway listens on
http://localhost:8080.
What to read next
Section titled “What to read next”- README — Project overview, setup context, and core commands.
- Architecture — Gateway layout and service boundaries.
- Authentication — Keys, base URL, and client env vars.
- API Reference tab — Endpoints and SDK-aligned examples.