Update README.md to reflect project name change and provide detailed features, tech stack, installation instructions, usage guidelines, and development roadmap for the Badge Creation Platform PRO.

This commit is contained in:
defiQUG
2025-11-28 14:14:12 -08:00
parent 36c73dc48d
commit 275dbacd3a
38 changed files with 6853 additions and 1 deletions

12
tsconfig.node.json Normal file
View File

@@ -0,0 +1,12 @@
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true
},
"include": ["vite.config.ts"]
}