Svelte Commerce is a fully open source, headless, e-commerce platform built with SvelteKit and Magento 2.
Clone this repository and install the dependencies:
pnpm install
Then create a .env
file in the root of the project:
PRIVATE_MAGENTO_BASE_URL=http://magento.ddev.site
Retrieve the schema and types from your Magento 2 instance by running the following command:
pnpm run codegen