-
Notifications
You must be signed in to change notification settings - Fork 2
Develop
jiyinyiyong edited this page Jun 21, 2017
·
3 revisions
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
yarn build