From 45a7ade55708dee8b40a440204e476b78b6defe2 Mon Sep 17 00:00:00 2001 From: Lee Robinson Date: Mon, 8 May 2023 09:48:13 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e7ec645ad..22420bf64 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,10 @@ A Next.js 13 and App Router-ready ecommerce template, built with Shopify, featur - Checkout and payments with Shopify - Automatic light/dark mode based on system settings +## Alternate Providers + +- [Saleor](https://github.com/saleor/nextjs-commerce) ([Demo](https://saleor-commerce.vercel.app/)) + ## Running locally You will need to use the environment variables [defined in `.env.example`](.env.example) to run Next.js Commerce. It's recommended you use [Vercel Environment Variables](https://vercel.com/docs/concepts/projects/environment-variables) for this, but a `.env` file is all that is necessary.