Initial commit

This commit is contained in:
2025-06-21 23:09:28 -05:00
commit 5351a94626
23 changed files with 6121 additions and 0 deletions

21
.gitignore vendored Normal file
View File

@@ -0,0 +1,21 @@
# Dependencies
/node_modules
# Build output
/dist
/build
# Log files
*.log
# Local environment variables
.env*
!.env.example
# OS-specific files
.DS_Store
Thumbs.db
# Test reports and coverage
/coverage
/jest-stare/