docs(core): how to run locally

This commit is contained in:
Dom Sip 2022-03-17 18:00:27 +00:00 committed by GitHub
parent ee62ea659a
commit 56faf31fa0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,15 @@ Demo live at: [demo.vercel.store](https://demo.vercel.store/)
- Kibo Commerce Demo: https://kibocommerce.vercel.store/ - Kibo Commerce Demo: https://kibocommerce.vercel.store/
- Commerce.js Demo: https://commercejs.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 ## Features
- Performant by default - 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. 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). Our commitment to Open Source can be found [here](https://vercel.com/oss).