From 7cdecd322b201e0b4c4f8bd93786492b2f5de171 Mon Sep 17 00:00:00 2001 From: Michael Novotny Date: Sun, 23 Apr 2023 14:06:18 -0500 Subject: [PATCH] Updates demo for new version. (#979) * Updates demo for new version. * "Bump." * Fixes TypeScript error. * Revert file. * Adds prettier url for v1 demo. --------- Co-authored-by: Lee Robinson --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 0de538428..4a34d4e7a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # Next.js Commerce -> Note: Looking for Next.js Commerce v1? [View the release notes](https://github.com/vercel/commerce/releases/tag/v1). +> Note: Looking for Next.js Commerce v1? View the [code](https://github.com/vercel/commerce/tree/v1), [demo](https://commerce-v1.vercel.store), and [release notes](https://github.com/vercel/commerce/releases/tag/v1) A Next.js 13 and App Router-ready ecommerce template, built with Shopify, featuring: @@ -17,8 +17,6 @@ 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 -**_We will be shortly updating the demo at [demo.vercel.store](https://demo.vercel.store/) with this new version._** - ## 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.