nmsohn / tistory-editor

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

Home Page:https://tistory-editor.tistory.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://tistory-editor.tistory.com

License:MIT License


Languages

Language:JavaScript 81.8%Language:CSS 16.8%Language:HTML 1.3%Language:Shell 0.1%