mirror of
https://github.com/mikey242/kudos-donations.git
synced 2025-12-06 04:54:44 +01:00
No description
| .github/workflows | ||
| assets | ||
| config | ||
| includes | ||
| languages | ||
| src | ||
| templates | ||
| tests | ||
| .babelrc | ||
| .distignore | ||
| .env.sample | ||
| .eslintrc.json | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| .nvmrc | ||
| .stylelintrc.json | ||
| .wp-env.json | ||
| composer.json | ||
| composer.lock | ||
| index.php | ||
| kudos-donations.php | ||
| package-lock.json | ||
| package.json | ||
| phpcs.xml.dist | ||
| phpstan.neon.dist | ||
| phpunit.xml.dist | ||
| README.md | ||
| readme.txt | ||
| renovate.json | ||
| uninstall.php | ||
Kudos Donations
Add a donation button to any page on your website. Easy & fast setup. Works with Mollie payments.
Development
Use the npm and composer package managers to install the required dependencies.
Build
# install dependencies
npm install
composer install
# start public facing development
npm run start:front
# start admin facing development
npm run start:admin
# build all assets
npm run build
Credits
This software uses the following open source packages:
- Tailwind CSS - A utility-first CSS framework.
- Headless UI - Completely unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS.
- Heroicons - Beautiful hand-crafted SVG icons, by the makers of Tailwind CSS.
- Mollie API - Mollie API client for PHP.
- React Hook Form - Performant, flexible and extensible forms. with easy-to-use validation.
- Symfony-DI - Dependency injection component from Symfony.
- Twig - A modern template engine for PHP.
- ActionScheduler - WordPress Job Queue with Background Processing.