File tree Expand file tree Collapse file tree 1 file changed +19
-11
lines changed
Expand file tree Collapse file tree 1 file changed +19
-11
lines changed Original file line number Diff line number Diff line change 1- Github Notifier [ ![ Build Status] ( https://magnum.travis-ci.com/ekonstantinidis/gitify.svg?token=9QR4ewbqbkEmHps6q5sq&branch=master )] ( https://magnum.travis-ci.com/ekonstantinidis/gitify )
1+ Gitify [ ![ Build Status] ( https://magnum.travis-ci.com/ekonstantinidis/gitify.svg?token=9QR4ewbqbkEmHps6q5sq&branch=master )] ( https://magnum.travis-ci.com/ekonstantinidis/gitify )
22==========
3- Github Notifications on your menu bar.
3+ GitHub Notifications on your menu bar.
44
55### Prerequisites
66
7- - Electron
8- - ReactJS
9- - Grunt
10- - NPM
7+ - Electron [ + ] ( http://electron.atom.io/ )
8+ - React [ + ] ( https://facebook.github.io/react/ )
9+ - Grunt [ + ] ( http://gruntjs.com/ )
10+ - NPM [ + ] ( https://www.npmjs.com/ )
1111
1212
1313### Installation
@@ -16,14 +16,22 @@ If you encounter any issues with `npm install`, then run `ulimit -n 512`.
1616 npm install
1717
1818
19- ### Development
20- To watch for changes in the ` src ` directory:
19+ ### Development
20+ To watch for changes in the `src` directory:
2121
22- npm run watch
22+ npm run watch
2323
24- To run the actual ** electron app** :
24+ To run the actual **electron app**:
2525
26- npm start
26+ npm start
27+
28+
29+ ### Distribution
30+ To prepare the app for distribution run:
31+
32+ npm run dist
33+
34+ Currently supports only OS X.
2735
2836
2937### Tests (JsxHint)
You can’t perform that action at this time.
0 commit comments