It is under development, so everything may be changed.
First, Install and execute korat-go.
Install dependencies
$ yarn install
Build and watch TypeScript code
$ yarn start
Start electron application
$ yarn run electron
Before Commit
$ yarn run format
$ ./pack.sh publish
Note: I've confirmed this script only on Linux. Probably it works on Windows and macOS.