From 556aa77649a411ba5e5236f4193b1f87ab0d63be Mon Sep 17 00:00:00 2001 From: Matteo Frana <46195306+matteofrana@users.noreply.github.com> Date: Thu, 8 Aug 2024 00:38:07 +0200 Subject: [PATCH] README: added React Bricks integration (#1367) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index fa3b2540c..732990275 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,9 @@ Integrations enable upgraded or additional functionality for Next.js Commerce - Upgrades search to include typeahead with dynamic re-rendering, vector-based similarity search, and JS-based configuration. - Search runs entirely in the browser for smaller catalogs or on a CDN for larger. +- [React Bricks](https://github.com/ReactBricks/nextjs-commerce-rb) ([Demo](https://nextjs-commerce.reactbricks.com/)) + - Edit pages, product details, and footer content visually using [React Bricks](https://www.reactbricks.com) visual headless CMS. + ## 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.