SvelteKit Commerce Prismic
SvelteKit Commerce Prismic is an open-source, customizable ecommerce template built with SvelteKit, Tailwind CSS, Shopify and Prismic.io.
This template includes read-only Shopify credentials by default, but you can add the following environment variables to make it your own:
VITE_SHOPIFY_API_ENDPOINT
VITE_SHOPIFY_STOREFRONT_API_TOKEN
VITE_SHOPIFY_STORE_NAME
VITE_STORE_HEADER_MENU
VITE_STORE_FOOTER_MENU
VITE_PRISMIC_ENVIRONMENT
Running Locally
yarn install
: Install dependenciesyarn dev
: Start development serveryarn build
: Create a production build of the appyarn preview
: Preview the production build