Initial commit

This commit is contained in:
2026-04-01 14:34:26 +00:00
commit c2457ecce8
7 changed files with 133 additions and 0 deletions

8
.gitignore vendored Normal file
View File

@@ -0,0 +1,8 @@
node_modules/
build/
dist/
coverage/
.DS_Store
*.log
.env*
package*