Entirely WIP.
This template is a simple example ecommerce site using Svelte, Netlify, and Stripe.
Using Vite for build, and Typescript Netlify functions for now.
Two ways of running this site locally:
Yarn run build
Yarn run build (to build)
Running This Site Locally with Vite
Yarn run dev
Running This Project With Netlify and Stripe Webhook Locally
Yarn run webhook
Yarn run netlifydev
Set up Stripe account and fill in the .env file locally. Use Stripe test card details to test checkout.