https://github.com/robin-w151/coffee-pal
Coffee Pal is a collection of utilities and helpers useful when preparing coffee.
https://github.com/robin-w151/coffee-pal
coffee coffee-brewing offline-capable pwa skeleton svelte sveltekit tailwindcss webapp
Last synced: about 2 months ago
JSON representation
Coffee Pal is a collection of utilities and helpers useful when preparing coffee.
- Host: GitHub
- URL: https://github.com/robin-w151/coffee-pal
- Owner: Robin-w151
- License: mit
- Created: 2023-07-18T10:00:28.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2026-05-01T21:16:57.000Z (about 2 months ago)
- Last Synced: 2026-05-01T23:07:10.304Z (about 2 months ago)
- Topics: coffee, coffee-brewing, offline-capable, pwa, skeleton, svelte, sveltekit, tailwindcss, webapp
- Language: TypeScript
- Homepage: https://coffee-pal.vercel.app
- Size: 265 MB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Coffee Pal







Coffee Pal is a collection of utilities and helpers useful when preparing coffee.
## Tools
- Journal
- MyCoffees
- Calculator
- Drip Counter
## Developer
### Install dependencies
```shell
pnpm install
```
### Run DEV server
```shell
pnpm dev
```
### Run PROD build
```shell
pnpm build
```
### Run prettier and eslint
```shell
pnpm lint
```
### Run svelte checks
```shell
pnpm check
```
### Run unit tests
```shell
pnpm test:unit
```
### Run playwright tests
```shell
npx playwright install
pnpm test:e2e
```