[add] initial commit

This commit is contained in:
2022-09-30 21:05:45 -05:00
commit 366ae365ab
27 changed files with 10348 additions and 0 deletions

8
.gitignore vendored Normal file
View File

@@ -0,0 +1,8 @@
*.log
.cache
.DS_Store
src/.temp
node_modules
dist
.env
.env.*