Inital commit

This commit is contained in:
Josh Patra
2025-04-18 11:36:25 -04:00
parent bfd91c622a
commit bb9680f221
18 changed files with 4717 additions and 0 deletions

23
.gitignore vendored Normal file
View File

@@ -0,0 +1,23 @@
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-*