Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/massa142/pomodoro
Time application for Pomodoro Technique
https://github.com/massa142/pomodoro
Last synced: 7 days ago
JSON representation
Time application for Pomodoro Technique
- Host: GitHub
- URL: https://github.com/massa142/pomodoro
- Owner: massa142
- Created: 2015-10-20T23:23:25.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-15T21:50:33.000Z (7 months ago)
- Last Synced: 2024-04-15T23:23:36.617Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 21.5 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pomodoro
Time application for Pomodoro Technique
## Development
This project uses the following boilerplate.
[Quramy/electron-jsx-babel-boilerplate](https://github.com/Quramy/electron-jsx-babel-boilerplate)
## Install
Clone this repository, so execute the following command.
```bash
cd pomodoro
npm install -g bower gulp electron-prebuilt
npm install
```## Run application
### With file watch and livereload```bash
gulp serve
```### Pre-packaging app
```bash
gulp build;electron dist
```## Package application
```bash
gulp package
```