Initial commit

This commit is contained in:
2025-07-08 16:24:50 -06:00
commit 3eb68e54a9
26 changed files with 4796 additions and 0 deletions

25
.gitignore vendored Normal file
View File

@ -0,0 +1,25 @@
node_modules
# Output
.output
.vercel
.netlify
.wrangler
/.svelte-kit
/build
# OS
.DS_Store
Thumbs.db
# Env
.env
.env.*
!.env.example
!.env.test
# Vite
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
.dev.vars*