Skip to content

SatoshiKawabata/typetalk-deck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypetalkDeck

Typetalk client app like TweetDeck.

setup

Add secret.json file.

This secret from Made application using Authorization Code. How to get it.

{
  "client_id": "OUR_CLIENT_ID",
  "client_secret": "OUR_CLIENT_SECRET"
}

installation

npm i

npm scripts

start web view app (build & watch)

npm start

build web view app

npm run build

start electron

npm run electron

fix tslint

npm run tslint

test (test & watch)

npm run test-watch

test

npm run test

build installer

npm run pack