From 250e03feef108fe9075a572ab0d57faefd2a03ae Mon Sep 17 00:00:00 2001 From: Chloe Date: Tue, 10 May 2022 09:33:09 +0700 Subject: [PATCH] Add README file Signed-off-by: Chloe --- packages/opencommerce/README.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 packages/opencommerce/README.md diff --git a/packages/opencommerce/README.md b/packages/opencommerce/README.md new file mode 100644 index 000000000..0dacd044a --- /dev/null +++ b/packages/opencommerce/README.md @@ -0,0 +1,33 @@ +## Open Commerce Provider + +**Preview:** https://commerce-pinkcloudvnn.vercel.app/ + +We are using this admin interface for demo: https://admin.open-commerce.io/ +Storefront API URL: https://api.open-commerce.io/graphql + +## Available Features + +- Cart +- Search +- Custom Checkout + +## Steps to get started: + +1. Duplicate `site/.env.template` and rename it to `site/.env.local` +2. Setup env variables related to open commerce provider, something looks like this: + +``` +COMMERCE_PROVIDER=@vercel/commerce-opencommerce +OPENCOMMERCE_STOREFRONT_API_URL=https://api.open-commerce.io +OPENCOMMERCE_PRIMARY_SHOP_ID=xxxxxxxxxxxxxxxxxxxxxxxxxxxx +OPENCOMMERCE_IMAGE_DOMAIN=api.open-commerce.io +OPENCOMMERCE_STRIPE_API_KEY= +``` + +3. Run `yarn` and `yarn dev` in the root folder + +### Troubleshoot + +https://github.com/reactioncommerce/commerce#troubleshoot + +For more information about the repository, check out the README file here: https://github.com/reactioncommerce/commerce