Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joshnuss/svelte-kit-ecommerce-3d

Demo using Threlte, SvelteKit and Stripe Checkout
https://github.com/joshnuss/svelte-kit-ecommerce-3d

stripe svelte sveltekit threejs threlte

Last synced: 9 days ago
JSON representation

Demo using Threlte, SvelteKit and Stripe Checkout

Awesome Lists containing this project

README

        

# svelte-kit-ecommerce-3d

E-commerce example using [SvelteKit](https://kit.svelte.dev), [Threlte](https://threlte.xyz), and [Stripe](https://stripe.com).

[Demo](https://svelte-kit-ecommerce-3d.vercel.app)

## Usage

To set up on your local machine:

```sh
gh repo clone joshnuss/svelte-kit-ecommerce-3d
cd svelte-kit-ecommerce-3d
pnpm install
pnpm dev
```

## Set up environment

Copy the `.env.example` and then add `STRIPE_SECRET_KEY` to `.env`:

```sh
cp .env.example .env
```

## Deploy

To deploy to vercel, run:

```sh
pnpm vercel --prod
```

Then, have fun!

## License

MIT