A storefront for Vendure built with Gatsby.
- Cart
- Checkout flow
- Search facet filters
- Customer account management
Contributions welcome!
npm install- Create an
.env.developmentfile defining the following environment variables:GATSBY_VENDURE_SHOP_API_URL=https://readonlydemo.vendure.io/shop-api # or GATSBY_VENDURE_SHOP_API_URL=http://localhost:3000/shop-api - If using local Vendure server, ensure you have
apiOptions.tokenMethodset to'bearer'or['bearer', 'cookie']- this storefront requires bearer tokens. npm run develop