Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pantharshit00/pomodoro-gatsby
Pomodoro Timer that works offline.
https://github.com/pantharshit00/pomodoro-gatsby
gatsby now pomodoro-timer reactjs
Last synced: 3 months ago
JSON representation
Pomodoro Timer that works offline.
- Host: GitHub
- URL: https://github.com/pantharshit00/pomodoro-gatsby
- Owner: pantharshit00
- License: mit
- Created: 2017-11-05T13:25:25.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-23T08:00:05.000Z (about 7 years ago)
- Last Synced: 2024-08-01T22:43:23.751Z (6 months ago)
- Topics: gatsby, now, pomodoro-timer, reactjs
- Language: CSS
- Homepage: http://pompom.now.sh
- Size: 365 KB
- Stars: 8
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pomodoro Clock
Pomodoro timer that works offline. https://pompom.now.sh
## Getting started
1. Clone this repo.
2. Installed dependencies
```sh
# prefer yarn as this has the lockfile
npm install
# OR
yarn
```
3. Run gatsby
```sh
npm run develop
# OR
yarn run develop
```
### PRs are welcome