From 2cf2e3de3002cb380c7e8e2850c81a577578f2c7 Mon Sep 17 00:00:00 2001 From: Matt Brailsford Date: Wed, 23 Aug 2023 16:48:48 +0100 Subject: [PATCH] Adds Umbraco provider (#1170) --- README.md | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/README.md b/README.md index 35f5b8f240..ff9533d26d 100644 --- a/README.md +++ b/README.md @@ -22,30 +22,11 @@ To get started, use this README and the [example environment variable comments]( ## Develop locally -<<<<<<< HEAD To automatically clone the template repo and configure Vercel environment variables for your project, use the [Deploy with Vercel](#) button at the beginning of this README. After you complete the interactive configuration sequence, you can clone the automatically-created project to your local environment. -======= -Vercel is happy to partner and work with any commerce provider to help them get a similar template up and running and listed below. Alternative providers should be able to fork this repository and swap out the `lib/shopify` file with their own implementation while leaving the rest of the template mostly unchanged. ->>>>>>> e9643a5 (Adds download link for product assets (#1179)) -<<<<<<< HEAD You can also clone the template repo manually and supply the environment variables [defined in .env.example](.env.example). The best practice is to use [Vercel environment variables](https://vercel.com/docs/concepts/projects/environment-variables) for this, but a `.env` file is all that is necessary. -======= -- Shopify (this repository) -- [BigCommerce](https://github.com/bigcommerce/nextjs-commerce) ([Demo](https://next-commerce-v2.vercel.app/)) -- [Medusa](https://github.com/medusajs/vercel-commerce) ([Demo](https://medusa-nextjs-commerce.vercel.app/)) -- [Saleor](https://github.com/saleor/nextjs-commerce) ([Demo](https://saleor-commerce.vercel.app/)) -- [Shopware](https://github.com/shopwareLabs/vercel-commerce) ([Demo](https://shopware-vercel-commerce-react.vercel.app/)) -- [Swell](https://github.com/swellstores/verswell-commerce) ([Demo](https://verswell-commerce.vercel.app/)) ->>>>>>> e8c0ee0 (Adds Shopware provider (#1156)) - -<<<<<<< HEAD -> Note: Do not commit your `.env` file. It exposes secrets that allow others to control your BigCommerce store. -======= -> Note: Providers, if you are looking to use similar products for your demo, you can [download these assets](https://drive.google.com/file/d/1q_bKerjrwZgHwCw0ovfUMW6He9VtepO_/view?usp=sharing). -## Running locally ->>>>>>> e9643a5 (Adds download link for product assets (#1179)) +> Note: Do not commit your `.env` file. It exposes secrets that allow others to control your BigCommerce store. 1. Install the Vercel CLI: