Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vercel/sveltekit-commerce
SvelteKit Commerce
https://github.com/vercel/sveltekit-commerce
svelte sveltekit
Last synced: 27 days ago
JSON representation
SvelteKit Commerce
- Host: GitHub
- URL: https://github.com/vercel/sveltekit-commerce
- Owner: vercel
- License: mit
- Created: 2022-02-03T17:43:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-28T00:25:59.000Z (about 1 month ago)
- Last Synced: 2024-09-30T13:01:22.479Z (about 1 month ago)
- Topics: svelte, sveltekit
- Language: Svelte
- Homepage: https://sveltekit-commerce.vercel.app
- Size: 549 KB
- Stars: 383
- Watchers: 10
- Forks: 68
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# SvelteKit Commerce
SvelteKit Commerce is an open-source, customizable ecommerce template built with SvelteKit, Tailwind CSS, and Shopify.
## Deploy Your Own
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?demo-title=SvelteKit%20Commerce&demo-description=An%20all-in-one%20starter%20kit%20for%20high-performance%20e-commerce%20sites%20built%20with%20SvelteKit.&demo-url=https%3A%2F%2Fsveltekit-commerce.vercel.app&demo-image=%2F%2Fimages.ctfassets.net%2Fe5382hct74si%2F3XUMB0FmezRUsbDFLZzqw9%2Fef0f3ad80a5e2e02dca2e2f94a3f174f%2FCleanShot_2022-07-29_at_17.13.28_2x.png&project-name=SvelteKit%20Commerce&repository-name=sveltekit-commerce&repository-url=https%3A%2F%2Fgithub.com%2Fvercel%2Fsveltekit-commerce)
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`## Running Locally
- `pnpm install`: Install dependencies
- `pnpm dev`: Start development server
- `pnpm build`: Create a production build of the app
- `pnpm preview`: Preview the production build