chore: bootstrap module from working instance and add install guide

This commit is contained in:
Kelin Rescue Hub
2026-04-09 14:18:10 -04:00
parent 97ad7da6f4
commit 6cda47760e
35 changed files with 6267 additions and 4 deletions

15
module.json Normal file
View File

@@ -0,0 +1,15 @@
{
"id": "donations",
"name": "Donations",
"description": "Rescue and animal donation goals with Stripe and PayPal donation flows.",
"keywords": ["donations", "stripe", "paypal", "rescue", "animals"],
"version": "0.1.0",
"humhub": {
"minVersion": "1.14"
},
"authors": [
{
"name": "Kelin Rescue Hub"
}
]
}