Skip to content
Website
Guides
Quick start

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.

  1. Clone rails-core

    Terminal window
    git clone https://github.com/railsinfra/rails-core.git
    cd rails-core
  2. Copy .env.example to .env.

    Terminal window
    cp .env.example .env
  3. Run:

    Terminal window
    make dev

    When healthy, the gateway listens on http://localhost:8080.

  • 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.