Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
smaeda-ks committed Jan 8, 2020
1 parent c8d00e8 commit 88e8dd5
Show file tree
Hide file tree
Showing 4 changed files with 3,655 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,3 @@ dist
.tern-port

.DS_Store
package-lock.json
jsconfig.json
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

An Electron-based desktop application for Twitter Ads Analytics API.

![ded3aaa3f5711fc3dc801b13708b1c6e](https://user-images.githubusercontent.com/11495867/71873346-46a50f80-3162-11ea-8d96-9b990f9b504d.gif)
![ea4d4a412df65a6d8cd4a623fee7a710](https://user-images.githubusercontent.com/11495867/72020738-c68cc000-32af-11ea-9ad8-a8b1b0cdf5e7.gif)

## Installation

Expand All @@ -31,6 +31,10 @@ This app stores token to the system's credential storage (i.e., `Keychain` for m

## Development

### requirements

- Node.js version 12+

### npm install

```sh
Expand Down Expand Up @@ -69,4 +73,7 @@ $ npm run build:mac

# Windows
$ npm run build:win

# built packages are in the dist directory
$ ls ./dist
```
Loading

0 comments on commit 88e8dd5

Please sign in to comment.