From 841ac49c8b65f2d03d18c5270f20170fdd7fc363 Mon Sep 17 00:00:00 2001 From: Josh Creek <8179928+jcreek@users.noreply.github.com> Date: Tue, 30 Apr 2024 21:41:43 +0100 Subject: [PATCH] docs(*): Add Stripe to tech stack --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 68ba0ad..5b547a3 100644 --- a/README.md +++ b/README.md @@ -33,4 +33,6 @@ The application is written in Typescript using the [SvelteKit](https://kit.svelt For styling, the application uses [Tailwind CSS](https://tailwindcss.com/) with the [DaisyUI](https://daisyui.com/) component library and [HyperUI](https://www.hyperui.dev/). +For taking payments the Stripe Checkout is used. + In its current configuration, the application can be easily linked to Netlify via git for CI/CD, enabling automatic deployments on push to the main branch.