|
|
3 hónapja | |
|---|---|---|
| .. | ||
| scripts | 4 hónapja | |
| src | 4 hónapja | |
| .env.example | 4 hónapja | |
| CHANGELOG.md | 3 hónapja | |
| README.md | 4 hónapja | |
| eslint.config.js | 4 hónapja | |
| jest.config.js | 4 hónapja | |
| package.json | 3 hónapja | |
| pnpm-lock.yaml | 4 hónapja | |
| stripe-app.template.json | 4 hónapja | |
| tsconfig.json | 4 hónapja | |
| ui-extensions.d.ts | 4 hónapja | |
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