You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+48-3Lines changed: 48 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,13 @@
1
1
# Spree Starter
2
2
3
-
This is a starter kit for [Spree Commerce](https://spreecommerce.org) - 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.
3
+
This is a starter kit for [Spree Commerce](https://spreecommerce.org) - the [open-source eCommerce platform](https://spreecommerce.org) for [Rails](https://spreecommerce.org/category/ruby-on-rails/).
4
+
5
+
It is a great starting point for any Rails developer to quickly build an eCommerce application.
4
6
5
7
This starter uses:
6
8
7
-
* Spree Commerce 5 which includes Admin Dashboard, API and Storefront - everything you need to start developing your new eCommerce application/store/marketeplace
8
-
* Stripe for payment processing, thanks to [Spree Stripe gem](https://github.com/spree/spree_stripe)
9
+
***Spree Commerce 5**, the biggest release ever, which includes Admin Dashboard, API and Storefront - everything you need to start developing your new eCommerce application/store/marketeplace
10
+
* Stripe for payment processing, thanks to the official [Spree Stripe gem](https://github.com/spree/spree_stripe)
9
11
*[Devise](https://github.com/heartcombo/devise) for authentication
10
12
*[Solid Queue](https://github.com/rails/solid_queue) with Mission Control UI (access only to Spree admins) for background jobs
11
13
*[Solid Cache](https://github.com/rails/solid_cache) for excellent caching and performance
Please follow [Deployment guide](https://spreecommerce.org/docs/developer/deployment/render) to quickly deploy your production-ready Spree application.
27
29
30
+
## Spree 5 Demo
31
+
32
+
Check out this [Spree Commerce demo](https://demo.spreecommerce.org/) for yourself - this is what you're getting with this Spree starter.
33
+
34
+
This demo runs on Spree 5 which is the biggest Spree release ever. Stay tuned for the official announcement on all the exciting features and integrations - coming up soon!
@@ -36,3 +46,38 @@ LoadError: Could not open library 'vips.so.42'
36
46
```
37
47
38
48
Please check that libvips is installed with `vips -v`, and if it is not installed, follow [installation instructions here](https://www.libvips.org/install.html).
49
+
50
+
## Join the Community
51
+
52
+
[Join our Slack](https://slack.spreecommerce.org) to meet other 6k+ community members and get some support.
53
+
54
+
## Need more support?
55
+
56
+
[Contact us](https://spreecommerce.org/contact/) for enterprise support and custom development services. We offer:
57
+
* migrations and upgrades,
58
+
* delivering your Spree application,
59
+
* optimizing your Spree stack.
60
+
61
+
## Enterprise Edition
62
+
63
+
Besides enterprise support we also offer the Spree Commerce [Enterprise Edition](https://spreecommerce.org/spree-commerce-version-comparison-community-edition-vs-enterprise-edition/) that gives you all the tools you need to launch your store or marketplace and provides you with ready-to-use integrations that will reduce your project's development time and cost.
64
+
65
+
With the Enterprise Edition you could build:
66
+
67
+
### A [Multi-vendor marketplace](https://spreecommerce.org/use-cases/multi-vendor-marketplace-demo/)
68
+
Run your own marketplace with multiple suppliers, each with a dedicated supplier dashboard
### A [white-label SaaS or multi-tenant eCommerce](https://spreecommerce.org/multi-tenant-white-label-ecommerce/) platform
80
+
Launch a [multi-tenant eCommerce platform](https://spreecommerce.org/multi-tenant-white-label-ecommerce/) for your customers, resellers, affiliates in any configuration, eg. B2B2B, B2B2C, B2B2E
0 commit comments