A SvelteKit 5 web app for viewing EXIF metadata from image files, with full offline support and PWA features. Built with Svelte, Tailwind CSS, and exifr.
Install dependencies:
bun install
Start the development server:
bun run dev
Visit localhost:5173 (or the port shown in your terminal).
Build a static version of the app:
bun run build
The static site will be output to the build
directory.
You can serve the static build locally with:
bun add -g serve
serve build
MIT