Skip to content
This repository has been archived by the owner on Jul 7, 2023. It is now read-only.

Latest commit

 

History

History
21 lines (18 loc) · 735 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 735 Bytes

Build Status Code Climate Test Coverage

Shareconomy

Simple Rails-based marketplace (Engine)

Installation

Add to Gemfile:

gem 'shareconomy', github: 'RubyGarage/shareconomy'

Run bundle install:

bundle install

Add to routes:

mount Shareconomy::Engine => "/"