|
|
пре 4 месеци | |
|---|---|---|
| .. | ||
| scripts | пре 4 месеци | |
| src | пре 4 месеци | |
| .env.example | пре 4 месеци | |
| CHANGELOG.md | пре 4 месеци | |
| README.md | пре 4 месеци | |
| eslint.config.js | пре 4 месеци | |
| jest.config.js | пре 4 месеци | |
| package.json | пре 4 месеци | |
| pnpm-lock.yaml | пре 4 месеци | |
| stripe-app.template.json | пре 4 месеци | |
| tsconfig.json | пре 4 месеци | |
| ui-extensions.d.ts | пре 4 месеци | |
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