Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 773 Bytes

File metadata and controls

26 lines (20 loc) · 773 Bytes

Qoffeetime

Coffee timer Progressive Web App, built with Vite, React and TanStack Router, with recipes from James Hoffmann. Hosted on Cloudflare Workers.

Running locally

Requires pnpm (and Node 18+).

$ git clone https://github.com/vrwrts/qoffeetime
$ cd qoffeetime
$ pnpm install   # Install dependencies
$ pnpm dev       # Start the dev server

Useful scripts

$ pnpm build     # Type-check and build to ./dist
$ pnpm preview   # Serve the built app with Wrangler (as Cloudflare will)
$ pnpm lint      # Lint & format check with Biome
$ pnpm format    # Apply Biome formatting/lint fixes
$ pnpm deploy    # Build and deploy to Cloudflare Workers