Initial commit

This commit is contained in:
Nikolay Pecheniev
2025-12-24 12:52:24 +02:00
commit 16a00e8b01
307 changed files with 62684 additions and 0 deletions

5
vercel.json Normal file
View File

@@ -0,0 +1,5 @@
{
"installCommand": "npm ci",
"buildCommand": "npm run build",
"outputDirectory": ".next"
}