feat: add SvelteKit frontend scaffold with Tailwind CSS

This commit is contained in:
Piotr Oleszczyk 2026-02-26 20:34:34 +01:00
parent 8f7d893a63
commit 2e4e3fba50
19 changed files with 1805 additions and 0 deletions

23
frontend/.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-*