(v4.2.0) Large README overhaul (Part 1)

This commit is contained in:
DJj123dj
2026-05-20 21:55:18 +02:00
parent a0b3aff661
commit a28bcd4f8b
19 changed files with 379 additions and 432 deletions
+2 -2
View File
@@ -19,8 +19,8 @@
"test": "node index.js --dev-config --dev-database --soft-plugins",
"testsetup": "node index.js --cli --dev-config --dev-database --soft-plugins",
"testnc": "node index.js --no-compile --dev-config --dev-database --soft-plugins",
"docs": "npx typedoc --options .tools/typedoc-config.json && node .tools/createDocs.js",
"mergelang": "node .tools/mergeTranslations.js"
"tools:mergelang": "bun run .tools/mergeTranslations.js",
"tools:sponsors": "bun run .tools/createSponsors.ts"
},
"type": "module",
"license": "GPL-3.0-only",