mirror of
https://github.com/vercel/commerce.git
synced 2025-05-17 15:06:59 +00:00
954 B
954 B
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:
- Duplicate
site/.env.template
and rename it tosite/.env.local
- 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=
- Run
yarn
andyarn 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