Skip to content
/ donations Public template

Collect donations easily with multiple payment providers

Notifications You must be signed in to change notification settings

dbtek/donations

Repository files navigation

Donations

Collect donations easily. This is a static website built with Gatsby. Takes advantage of a few serverless functions to provision payments.


Development

  1. Install dependencies.

    npm i
  2. Build payment providers

    npm run build-pp
  3. Start development

    npm run develop

    Your site is now running at http://localhost:8000!

Payment Providers

One can add new providers by copying existing one.

Currently supported providers:

  • TF (Turkiye Finans), placed at /src/payment-providers/tf.ts.

Note: Use only TypeScript files. JS files are temporary and built from TypeScript sources. Any change here should be built with npm run build-pp.

🚀 Deploy to Netlify

Click to deploy this project on Netlify.

Deploy to Netlify

About

Collect donations easily with multiple payment providers

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published