feat: bootstrap lunch picker miniapp with backend, docs, and branding assets

This commit is contained in:
mingking2
2026-04-15 14:03:08 +09:00
commit 7faf251fd3
85 changed files with 31332 additions and 0 deletions

23
.gitignore vendored Normal file
View File

@@ -0,0 +1,23 @@
# macOS / Windows metadata
.DS_Store
*.Zone.Identifier
# dependencies
node_modules/
**/node_modules/
# build artifacts
*.ait
*.log
dist/
.granite/
.swc/
# env
.env
.env.*
!.env.example
# temp
tmp/
*.tmp