Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,6 @@ brew install --cask gitify

Gitify supports macOS, Windows and Linux.

### Prerequisites & Libraries

- Node 18+
- [PNPM](https://pnpm.io/)
- [Electron](https://electronjs.org/)
- [TypeScript](https://www.typescriptlang.org/)
- [React](https://reactjs.org/)
- [Tailwind CSS](https://tailwindcss.com/)

### Installation

pnpm install
Expand Down Expand Up @@ -54,14 +45,15 @@ The release process is automated. Follow the steps below.
### Tests

There are 2 checks - one for prettier and one for the unit tests with `jest`.

```
// Run prettier to check
pnpm prettier:check

// Run linter & unit tests with coverage
pnpm test

// If you want to pass arguments to jest (or other `pnpm` commands)
// If you want to pass arguments to jest (or other `pnpm` commands)
// like `--watch`, you can prepend `--` to the command
pnpm test -- --watch
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gitify",
"version": "4.5.1",
"version": "4.6.0",
"description": "GitHub Notifications on your menu bar.",
"main": "main.js",
"scripts": {
Expand Down