Initial commit

This commit is contained in:
Pantheon 2025-04-02 15:57:39 -04:00
commit a9734dc4a5
49 changed files with 2790 additions and 0 deletions

28
.gitignore vendored Normal file
View file

@ -0,0 +1,28 @@
test-results
node_modules
# Output
.output
.vercel
.netlify
.wrangler
/.svelte-kit
/build
# OS
.DS_Store
Thumbs.db
.idea
# Storybook
storybook-static
# Vite
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
*/dev.db
*/dev.db-journal
# Env files
.env.*