spree-contrib / spree_rdr_theme

WIP - everything might change.
BSD 3-Clause "New" or "Revised" License
51 stars 33 forks source link

SUMMARY

Rails Dog Radio Theme is a standalone theme for Spree Commerce version 0.70.0 or later.

This theme is now being used as the base theme for Spree demo store:

This theme also currently supports (and will restyle the following extensions if installed):

INSTALLATION

Add the following line to your Gemfile:

gem 'spree_rdr_theme', :git => 'git://github.com/spree/spree_rdr_theme.git'

NOTE: It's important that you add this line at the bottom of the Gemfile, or at least AFTER any other extension/engine/gem that you'd like to theme (i.e. Spree)

Run bunlder:

$ bundle install

Install assets:

$ rails g spree_rdr_theme:install

Optional: Clear out precompiled assets (required for install in sandbox):

$ rake assets:clean