You can download Gitify from the releases page. Currently only supports OS X.
npm install
To watch for changes in the src
directory:
npm run watch
To run the actual electron app:
npm start
To prepare the app for distribution run:
npm run dist
Currently supports only OS X.
There are 3 types of tests: jest
, jscs
and jsxhint
.
To run the tests:
npm test
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
- Make sure tests are passing
Gitify is licensed under the MIT Open Source license. For more information, see the LICENSE file in this repository.