/tistory-editor

Tistory API를 사용한 Tistory Editor입니다.

Primary LanguageJavaScriptMIT LicenseMIT

Editor for Tistory Download Count

Editor for TistoryTistory의 API를 사용하여 티스토리에 글을 작성하고 작성한 글을 관리하는 목적으로 만들고 있습니다.

run

$ npm run app

개발

# react build (development)
$ npm run watch

# react build (production)
$ npm run build

# electron start
$ npm run app

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

앱 생성 (배포)

# 윈도우, 리눅스(AppImage), 맥(zip) 앱 생성
$ npm run dist

# 윈도우 앱생성
$ npm run dist-win

# 리눅스 앱생성 (AppImage)
$ npm run dist-linux

# 맥 앱생성 (dmg)
$ npm run dist-mac