All Projects → joostory → Tistory Editor

joostory / Tistory Editor

Licence: mit
API를 사용하여 글을 작성하는 에디터입니다

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Editor Download Count Build Result

Editor는 각 블로그의 API를 사용하여 블로그에 글을 작성하고 작성한 글을 관리하는 목적으로 만들고 있습니다.

Run (개발용)

$ npm install

# react build (development)
$ npm run watch

# electron start
$ npm run app

# react build and run app (development)
# npm start

배포용 앱 생성

$ npm install

# react build (production)
$ npm run build

# 현재 OS 앱 생성
$ npm run dist

# 모든 OS 앱 생성
$ npm run dist -- -wml
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].