Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.44 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.44 KB

Spree Starter

This is a starter kit for Spree Commerce - the open-source e-commerce platform for Rails. It is a great starting point for any Rails developer to quickly build an e-commerce application.

This starter uses:

  • Spree Commerce 5 which includes Admin Dashboard, API and Storefront
  • Ruby 3.3 and Ruby on Rails 7.2
  • Devise for authentication
  • Solid Queue with Mission Control UI (access only to Spree admins) for background jobs
  • Solid Cache for excellent caching and performance
  • PostgreSQL as a database

You don't need to install any additional tools or libraries to start developing with Spree Starter. Everything is already set up for you.

Local Installation

Please follow Spree Quickstart guide to setup your Spree application using the Spree starter.

Deployment

Please follow Deployment guide to quickly deploy your production-ready Spree application.

Troubleshooting

libvips error

If you encounter an error like the following:

LoadError: Could not open library 'vips.so.42'

Please check that libvips is installed with vips -v, and if it is not installed, follow installation instructions here.