Skip to content

Develop

jiyinyiyong edited this page Jun 21, 2017 · 3 revisions

To develop

This project is a based on Stack Editor itself.

To get repository:

git clone git@github.com:Cirru/stack-editor.git
cd stack-editor

Start editor server:

npm i -g stack-editor
stack-editor
# and open online editor

Start development environment:

yarn
yarn watch
# another tty
yarn dev
# open in browser http://localhost:8080

To build:

yarn build
Clone this wiki locally