A stripped-down Letterboxd clone with a focus on movie curation, lists, and ratings. Built with a modern, minimalist design using Svelte and TailwindCSS.
cd myvu-letterboxd
bun install
.env file in the root directory with your TMDB API key:VITE_TMDB_API_KEY=your_tmdb_api_key_here
bun run dev
/src/lib/api - API service for TMDB/src/lib/components - Reusable UI components/src/lib/stores - Svelte stores for state management/src/routes - SvelteKit routes (pages)To build the application for production:
bun run build
The built application will be in the build directory and can be deployed to any static hosting service.
MIT