Skip to content

rom-rb/rom-rb.org

Repository files navigation

rom-rb.org

Official Ruby Object Mapper website.

Build Instructions

  1. Install gem dependencies:

    bundle install
  2. Install node dependencies:

    npm install
  3. Serve locally at http://localhost:4567:

    bundle exec middleman server

    or build to /build:

    bundle exec middleman build