From 56faf31fa0293200041891e47b606b09203f1eca Mon Sep 17 00:00:00 2001 From: Dom Sip Date: Thu, 17 Mar 2022 18:00:27 +0000 Subject: [PATCH] docs(core): how to run locally --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d93068f06..0f7f2aab9 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,15 @@ 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 + +> deafult local provider `@vercel/commerce-local` 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 +``` + ## Features - Performant by default @@ -92,7 +101,7 @@ Follow our docs for [Adding a new Commerce Provider](packages/commerce/new-provi If you succeeded building a provider, submit a PR with a valid demo and we'll review it asap. -## Contribute +## Contribute / add new provider Our commitment to Open Source can be found [here](https://vercel.com/oss).