Skip to content

Commit 2e86adf

Browse files
committed
task for deploy created and update for v0.2.0
1 parent 9381f94 commit 2e86adf

File tree

5 files changed

+43
-11
lines changed

5 files changed

+43
-11
lines changed

README.md

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,27 @@
1-
![Website](cover.png)
2-
31
# React Pomodoro
42

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

75
> Pomodoro timer for developers.
86
97
## Features
108

11-
![notifications](notifications.png)
12-
13-
- Times available
9+
- **Times available:**
1410
- Timer for code - 25min
1511
- Timer for social - 5min
1612
- Timer for Coffee - 15min
17-
- Alarms available
18-
- Web Notifications
13+
- **Time display:**
14+
- Page display
15+
- Title display <br><br>
16+
![title](title.jpg)
17+
- **Alarms available:**
18+
- Web Notifications <br>
19+
![notifications](notifications.png)
1920
- Vibration
2021
- Songs
21-
- Play button
22-
- Pause button
22+
- **Basic controls:**
23+
- Play button
24+
- Pause button
2325

2426
## Versioning
2527

@@ -48,6 +50,12 @@ $ npm start
4850

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

53+
## Tasks available
54+
55+
- `$ npm start` - Run webpack and webpack-dev-server
56+
- `$ npm run build` - Generates the bundle.js
57+
- `$ npm run deploy` - Push for gh-pages
58+
5159
## Contributing
5260
Find on our [issues](https://github.com/afonsopacifer/react-pomodoro/issues/) the next steps of the project ;)
5361
<br>

cover.png

-102 KB
Binary file not shown.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
},
1212
"scripts": {
1313
"start": "./node_modules/.bin/webpack-dev-server --content-base src --inline --hot",
14-
"build": "NODE_ENV='production' ./node_modules/.bin/webpack"
14+
"build": "NODE_ENV='production' ./node_modules/.bin/webpack",
15+
"deploy": "git push origin `git subtree split --prefix src master`:gh-pages --force"
1516
},
1617
"devDependencies": {
1718
"babel-core": "^6.7.7",

src/bundle.js

Lines changed: 23 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

title.jpg

9.3 KB
Loading

0 commit comments

Comments
 (0)