/rom-rb.org

Official Ruby Object Mapper website

Primary LanguageCSS

rom-rb.org

Official Ruby Object Mapper website.

Build Instructions

  1. Install gem dependencies:

    bundle install
  2. Install node dependencies:

    npm install

    or

    yarn
  3. Serve locally at http://localhost:4567:

    bundle exec middleman server

    or build to /build:

    bundle exec middleman build