A focused SvelteKit app for dialing in pour-over coffee. Enter either beans or water, pick roast level and cup quality, and get a tailored ratio plus temperature/grind guidance. The app remembers your last settings in local storage so you can keep tweaking between brews.
Install dependencies:
pnpm install
Run the dev server:
pnpm run dev
Preview the production build:
pnpm run build
pnpm run preview
pnpm run dev — start the dev serverpnpm run build — build for productionpnpm run preview — preview the production buildpnpm run lint — run ESLint + Prettierpnpm run check — run Svelte type checkspnpm run test:ci — run lint + check + buildThis project uses @sveltejs/adapter-netlify. Build and deploy to Netlify as a standard SvelteKit app.
src/routes/+page.svelte — main calculator page and logicsrc/lib/components — UI components for inputs, selectors, and result displayMIT