An open API service indexing awesome lists of open source software.

https://github.com/wasabina67/pomodoro-timer

Pomodoro Timer 🍅
https://github.com/wasabina67/pomodoro-timer

gh-pages pomodoro pomodoro-technique pomodoro-timer vibe-coding

Last synced: about 2 months ago
JSON representation

Pomodoro Timer 🍅

Awesome Lists containing this project

README

          

# pomodoro-timer
Pomodoro Timer 🍅

## dev

```bash
npm run dev
```

## build

```bash
npm run build && git add -A && git commit -m "build"
```

## lint

```bash
npm run lint
```