Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 569 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 569 Bytes

chiblog-editor

[WIP]Recommended configuration editor for chiblog.

Licensed by GPL-3.0

Developing:

Recommended IDE Setup

Project Setup

Install

$ yarn

Development

$ yarn dev

Build

# For windows
$ yarn build:win

# For macOS
$ yarn build:mac

# For Linux
$ yarn build:linux