From 679919ef5707137ea274f4b45403273dbbe55c65 Mon Sep 17 00:00:00 2001 From: Matteo Frana Date: Wed, 7 Aug 2024 18:16:59 +0200 Subject: [PATCH] README: added React Bricks integration --- 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.