From 70dcfa9736bb2067713a425e17ee6e59fb3fca2b Mon Sep 17 00:00:00 2001 From: Michael Novotny Date: Tue, 27 Jun 2023 17:27:14 -0500 Subject: [PATCH] Adds instructions on how Vercel team members can contribute (#1058) --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 07b281de7..bc43e9428 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,16 @@ pnpm dev Your app should now be running on [localhost:3000](http://localhost:3000/). +
+ Expand if you work at Vercel and want to run locally and / or contribute + +1. Run `vc link`. +1. Select the `Vercel Solutions` scope. +1. Connect to the existing `commerce-shopify` project. +1. Run `vc env pull` to get environment variables. +1. Run `pmpm dev` to ensure everything is working correctly. +
+ ## How to configure your Shopify store for Next.js Commerce Next.js Commerce requires a [paid Shopify plan](https://www.shopify.com/pricing).