Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pocke/korat

A GitHub Issue Reader
https://github.com/pocke/korat

Last synced: 3 days ago
JSON representation

A GitHub Issue Reader

Awesome Lists containing this project

README

        

# Korat - GitHub Notification Reader

It is under development, so everything may be changed.

# Development

First, Install and execute [korat-go](https://github.com/pocke/korat-go).

Install dependencies

```bash
$ yarn install
```

Build and watch TypeScript code

```bash
$ yarn start
```

Start electron application

```bash
$ yarn run electron
```

Before Commit

```bash
$ yarn run format
```

# Releasing package to GitHub

```bash
$ ./pack.sh publish
```

Note: I've confirmed this script only on Linux. Probably it works on Windows and macOS.