docs: Add docs for local stripe development #87

Merged
ptran merged 1 commit from docs/stripe-dev into main 2025-03-26 09:14:14 +00:00

View file

@ -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 <casino-stripe-secret-key>
```
3. Start webhook forwarding
```
stripe listen --forward-to localhost:8080/webhook
```
## Database Management
### Postgres Management