acreilly / spree_press

Press page for Spree

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SpreePress

Spree extension that adds a press page to your spree store.

Installation

Add spree_press to your Gemfile:

gem 'spree_press', :github => "acreilly/spree_press", branch: "2-4-stable"

Bundle your dependencies and run the installation generator:

bundle
bundle exec rails g spree_press:install

Testing

First bundle your dependencies, then run rake. rake will default to building the dummy app if it does not exist, then it will run specs. The dummy app can be regenerated by using rake test_app.

bundle
bundle exec rake

Copyright (c) 2015 Allison Reilly, released under the New BSD License

spree_press

Press page for Spree

About

Press page for Spree

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Ruby 88.1%Language:CSS 9.1%Language:JavaScript 2.8%