first commit

This commit is contained in:
Michael Dong
2026-02-05 11:24:40 +08:00
commit a98e12f286
144 changed files with 26459 additions and 0 deletions

12
.gitignore vendored Normal file
View File

@@ -0,0 +1,12 @@
.cursor
.vscode
.idea
.DS_Store
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
node_modules
dist
build