First pass at landing page

This commit is contained in:
Alex Selimov 2026-05-29 09:07:55 -04:00
parent e270017c86
commit 6ace97fe1c
22 changed files with 2886 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-*