kammer/src/routes/items/+page.svelte
Christopher Mühl d017987553 chore: scaffold SvelteKit project with Capacitor and Tailwind
- SvelteKit 2 (Svelte 5) with TypeScript, static adapter (SPA mode)
- Capacitor config for iOS/Android (so.toph.solidhaus)
- Tailwind CSS v4 via Vite plugin
- All dependencies: idb, nanoid, bwip-js, jspdf, Automerge, Solid
- Route stubs: dashboard, scan, items, locations, labels, settings
- Type definitions and ID generator utility
- Project specification and ontology files

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-26 14:50:10 +01:00

7 lines
168 B
Svelte

<script lang="ts">
</script>
<div class="p-4">
<h1 class="text-2xl font-bold mb-4">Items</h1>
<p class="text-slate-400">Browse and manage your inventory.</p>
</div>