Skip to content

raideno/convex-stripe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Convex Stripe

A demo project is available at https://convex-stripe-demo.vercel.app/.

Stripe subscriptions, limits and features for Convex apps. Implemented according to the best practices listed in Stripe Recommendations.

Install

npm install @raideno/convex-stripe stripe

Documentation

You can find the detailed documentation @ https://raideno.github.io/convex-stripe.

Development

Clone the repository:

git clone [email protected]:raideno/convex-stripe.git
cd convex-stripe

Install the dependencies:

npm install

Start the development server:

# automatically rebuild lib on changes
npm run dev --workspace @raideno/convex-stripe
# run the demo app
npm run dev --workspace demo

Contributions

All contributions are welcome! Please open an issue or a PR.