A storefront for Vendure built with Gatsby.
- Cart
- Checkout flow
- Search facet filters
- Customer account management
Contributions welcome!
npm install
- Create an
.env.development
file 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.tokenMethod
set to'bearer'
or['bearer', 'cookie']
- this storefront requires bearer tokens. npm run develop