dbtek / donations

Collect donations easily with multiple payment providers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:TypeScript 45.5%Language:SCSS 28.9%Language:JavaScript 25.6%