Travel Cards is a Svelte + TypeScript single-page app that lets travelers build printable cards containing translated health or dietary information.
- Svelte + TypeScript SPA
- Vite for bundling, Bun for package management and scripts
- Static build output in
dist - Language data stored in JSON under
src/lib/data
bun install
bun run devbun run build
bun run previewEach language has a JSON file keyed by stable numeric IDs so query parameters can re-hydrate a card without losing translation fidelity.