From 75d9a4e2fba938d436a2403a4e57daf0813f4de8 Mon Sep 17 00:00:00 2001 From: Phan Huy Tran Date: Wed, 26 Mar 2025 09:40:57 +0100 Subject: [PATCH] docs: Add docs for local stripe development --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 5fa2db4..3f2b3a4 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,20 @@ npm run dev The frontend will be available at http://localhost:4200 +### Local Stripe integration +1. Install the Stripe CLI + https://stripe.com/docs/stripe-cli + +2. Login to the casino stripe account +``` +stripe login --api-key +``` + +3. Start webhook forwarding +``` +stripe listen --forward-to localhost:8080/webhook +``` + ## Database Management ### Postgres Management