SvelteKit Single-Page Website für den rumänischen Foodtruck "Graffen": - Hero mit Vanta.js Fog-Effekt und ornamentiertem Scroll-Button - Speisekarte mit Sommer-/Winterkarte (JSON-basiert), Allergenen, Vegetarisch/Vegan-Kennzeichnung - Catering-Sektion mit Anlass-Karten und CTAs - Geschichte-Sektion mit Brand-Story - Kontakt mit Instagram/E-Mail - Ornamentierte Buttons und Modal im mittelalterlichen Stil - Responsive Design mit warmem Sepia/Gold-Farbschema - Lokale Fonts (Inter + UnifrakturMaguntia via @fontsource) - Static Adapter für einfaches Hosting Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
43 lines
397 B
Text
43 lines
397 B
Text
# Dependencies
|
|
node_modules
|
|
|
|
# IDE
|
|
.idea
|
|
.vscode
|
|
|
|
# Dotfiles (symlinked from home)
|
|
.bash_profile
|
|
.bashrc
|
|
.zshrc
|
|
.zprofile
|
|
.profile
|
|
.gitconfig
|
|
.gitmodules
|
|
.npmrc
|
|
.ripgreprc
|
|
.mcp.json
|
|
|
|
# Claude
|
|
.claude
|
|
|
|
# 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-*
|