Skip to content

Commit

Permalink
task for deploy created and update for v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
afonsopacifer committed May 4, 2016
1 parent 9381f94 commit 2e86adf
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 11 deletions.
28 changes: 18 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,27 @@
![Website](cover.png)

# React Pomodoro

[![release](https://img.shields.io/badge/release-v0.1.0-green.svg)](https://github.com/afonsopacifer/react-pomodoro/archive/0.1.0.zip)
[![release](https://img.shields.io/badge/release-v0.2.0-green.svg)](https://github.com/afonsopacifer/react-pomodoro/archive/0.2.0.zip)

> Pomodoro timer for developers.
## Features

![notifications](notifications.png)

- Times available
- **Times available:**
- Timer for code - 25min
- Timer for social - 5min
- Timer for Coffee - 15min
- Alarms available
- Web Notifications
- **Time display:**
- Page display
- Title display <br><br>
![title](title.jpg)
- **Alarms available:**
- Web Notifications <br>
![notifications](notifications.png)
- Vibration
- Songs
- Play button
- Pause button
- **Basic controls:**
- Play button
- Pause button

## Versioning

Expand Down Expand Up @@ -48,6 +50,12 @@ $ npm start

Go to: [localhost:8080](http://localhost:8080/)

## Tasks available

- `$ npm start` - Run webpack and webpack-dev-server
- `$ npm run build` - Generates the bundle.js
- `$ npm run deploy` - Push for gh-pages

## Contributing
Find on our [issues](https://github.com/afonsopacifer/react-pomodoro/issues/) the next steps of the project ;)
<br>
Expand Down
Binary file removed cover.png
Binary file not shown.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
},
"scripts": {
"start": "./node_modules/.bin/webpack-dev-server --content-base src --inline --hot",
"build": "NODE_ENV='production' ./node_modules/.bin/webpack"
"build": "NODE_ENV='production' ./node_modules/.bin/webpack",
"deploy": "git push origin `git subtree split --prefix src master`:gh-pages --force"
},
"devDependencies": {
"babel-core": "^6.7.7",
Expand Down
23 changes: 23 additions & 0 deletions src/bundle.js

Large diffs are not rendered by default.

Binary file added title.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2e86adf

Please sign in to comment.