Skip to content

Quick Start

chris edited this page Mar 7, 2024 · 4 revisions

A Stripe integration made easy!

The idea for this plugin was that after running a setup command you would receive all the boilerplate needed to build your own online store using Redwoodjs and Stripe and also provide you with a library to customise your store.

Preflight

In terminal

npx @redwoodjs-stripe/cli@latest setup

Yip, that's it!

The setup process will prompt you for your Stripe API keys and ask whether you would like some dummy data. After the setup process has completed navigate to the demo page (localhost:8910/stripe-demo) to play around with the example store. From there you can copy and replace code to suite your needs.

Clone this wiki locally