Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/joshnuss/svelte-kit-ecommerce-3d
- Owner: joshnuss
- Created: 2022-12-08T15:44:00.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T20:28:24.000Z (almost 2 years ago)
- Last Synced: 2024-10-14T22:21:32.851Z (23 days ago)
- Topics: stripe, svelte, sveltekit, threejs, threlte
- Language: Svelte
- Homepage: https://svelte-kit-ecommerce-3d.vercel.app/
- Size: 43 KB
- Stars: 32
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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