From a46057c5ef7fde78e44e1be3528b1dad0d622647 Mon Sep 17 00:00:00 2001 From: Dom Sip Date: Tue, 19 Apr 2022 19:19:41 +0100 Subject: [PATCH] docs(core): how to run locally (#716) --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index d93068f06..ae7f4a4a9 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,16 @@ Demo live at: [demo.vercel.store](https://demo.vercel.store/) - Kibo Commerce Demo: https://kibocommerce.vercel.store/ - Commerce.js Demo: https://commercejs.vercel.store/ +## Run minimal version locally + +> To run a minimal version of Next.js Commerce you can start with the default local provider `@vercel/commerce-local` that has disabled all features (cart, auth) and use static files for the backend + +```bash +yarn # run this comman in root folder of the mono repo +yarn dev +``` +> If you encounter any problems while installing and running for the first time, please see the Troubleshoot section + ## Features - Performant by default