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
- Host: GitHub
- URL: https://github.com/zoetrope69/timer-town
- Owner: zoetrope69
- Created: 2018-09-22T18:13:36.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-09-02T22:11:08.000Z (almost 2 years ago)
- Last Synced: 2025-02-09T01:37:47.010Z (over 1 year ago)
- Topics: pairing, timer
- Homepage: https://timer.town
- Size: 802 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Timer Town ⏱🏡️ [](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
```