Skip to content

zellwk/stripe-astro-recipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stripe - Astro Recipe

This is a recipe for integrating Stripe into an Astro project. It uses the Stripe API to create a checkout session and then redirects the user to the Stripe hosted checkout page.

🔨Usage

You can open this in Stackblitz or download the source code.

Fill in your environment variables in .env:

STRIPE_KEY="sk_<your api key>"
PUBLIC_STRIPE_KEY="pk_<your api key>"

Then run the following commands.

🧞 Commands

All commands are run from the root of the project, from a terminal:

Command Action
npm install Installs dependencies
npm run dev Starts local dev server at localhost:4321
npm run build Build your production site to ./dist/
npm run preview Preview your build locally, before deploying
npm run astro ... Run CLI commands like astro add, astro check
npm run astro -- --help Get help using the Astro CLI

👀 Want to learn more?

  • Follow the step-by-step guide for this recipe here.
  • Get other Astro recipes created by Zell at Magical Dev School

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published