|
|
il y a 3 mois | |
|---|---|---|
| .. | ||
| scripts | il y a 4 mois | |
| src | il y a 4 mois | |
| .env.example | il y a 4 mois | |
| CHANGELOG.md | il y a 3 mois | |
| README.md | il y a 4 mois | |
| eslint.config.js | il y a 4 mois | |
| jest.config.js | il y a 4 mois | |
| package.json | il y a 3 mois | |
| pnpm-lock.yaml | il y a 4 mois | |
| stripe-app.template.json | il y a 4 mois | |
| tsconfig.json | il y a 4 mois | |
| ui-extensions.d.ts | il y a 4 mois | |
A Stripe App example demonstrating how to use json-render to build dynamic, AI-generated UI in the Stripe Dashboard drawer.
pnpm install
cp .env.example .env
# Optionally set STRIPE_APP_ID to your own app ID
pnpm setup
Start the API server first (from ../api):
cd ../api && pnpm dev
Then start the Stripe app:
stripe apps start