Skip to content

Coffee Pal is a collection of utilities and helpers useful when preparing coffee.

License

Notifications You must be signed in to change notification settings

Robin-w151/coffee-pal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coffee Pal

Website GitHub deployments GitHub Actions Workflow Status GitHub Actions Workflow Status Sonar Quality Gate (branch) GitHub package.json version GitHub License

Coffee Pal is a collection of utilities and helpers useful when preparing coffee.

Tools

  • Journal
  • MyCoffees
  • Calculator
  • Drip Counter

Developer

Install dependencies

pnpm install

Run DEV server

pnpm dev

Run PROD build

pnpm build

Run prettier and eslint

pnpm lint

Run svelte checks

pnpm check

Run playwright tests

npx playwright install
pnpm test