From 2810423258b2582acc9c61e1949359c97f3452da Mon Sep 17 00:00:00 2001 From: Ankit Singh <66105983+ankitzm@users.noreply.github.com> Date: Tue, 26 Jul 2022 20:07:43 +0530 Subject: [PATCH] docs: added deploy to netlify button in next.js storefront (#1913) --- docs/content/starters/nextjs-medusa-starter.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/content/starters/nextjs-medusa-starter.md b/docs/content/starters/nextjs-medusa-starter.md index c00d33c1a0..ea91d8332b 100644 --- a/docs/content/starters/nextjs-medusa-starter.md +++ b/docs/content/starters/nextjs-medusa-starter.md @@ -4,6 +4,12 @@ This document guides you to install and set up the Next.js Storefront for your M ![Next.js Storefront Demo](https://i.imgur.com/koJl8uR.gif) +## Instant Deployment to Netlify + +Instead of manually following this guide to install then later deploy the Next.js Storefront, you can deploy the Next.js Storefront to Netlify with this button: + +[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/medusajs/nextjs-starter-medusa) + ## Prerequisites This document assumes you already have a Medusa server installed. If you don’t, please follow the [Quickstart guide for the Medusa server](../quickstart/quick-start.md) to learn how to do it.