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

https://github.com/zoetrope69/timer-town

⏱️🏡 ️A timer for Pomodoro technique and/or pair programing
https://github.com/zoetrope69/timer-town

pairing timer

Last synced: 6 months ago
JSON representation

⏱️🏡 ️A timer for Pomodoro technique and/or pair programing

Awesome Lists containing this project

README

          

# Timer Town ⏱🏡️ [![Netlify Status](https://api.netlify.com/api/v1/badges/9318371b-449b-4c1a-ae3a-2ecc9eba0759/deploy-status)](https://app.netlify.com/sites/timertown/deploys)

A timer for Pomodoro technique and/or pair programing

## Development

```
npm install
npm run build
```

Then to serve this to a page run:

```bash
npx serve
```