initial commit

This commit is contained in:
2025-07-16 21:54:39 +02:00
commit d85e32b57b
6 changed files with 320 additions and 0 deletions

13
.gitignore vendored Normal file
View File

@ -0,0 +1,13 @@
# Dependencies
/node_modules
# Build files
/dist
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Environment variables
.env