chore: Install project dependencies.
Some checks failed
Build and Deploy / build-and-deploy (push) Has been cancelled

This commit is contained in:
gitmuhammedalbayrak
2025-11-24 02:59:20 +03:00
parent a27dd3c675
commit ff7bd34355
27 changed files with 13310 additions and 0 deletions

21
.gitignore vendored Normal file
View File

@@ -0,0 +1,21 @@
# Dependencies
node_modules
.pnp
.pnp.js
# Testing
coverage
# Production
dist
build
# Misc
.DS_Store
.env
.npmrc
*.log
# IDEs
.vscode
.idea