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 store.
This starter uses:
- Spree Commerce 4.8 which includes Admin Dashboard, API and Storefront
- Ruby 3.2.2 and Ruby on Rails 7.1
You don't need to install any additional tools or libraries to start developing with Spree Starter. Everything is already set up for you.
Make sure you have the following installed:
- Ruby 3.2.2 - installation instructions
- Vips - installation instructions
bin/setup
bin/dev
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.