Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 411 Bytes

Contributing.md

File metadata and controls

22 lines (18 loc) · 411 Bytes

Contributing

  1. Clone this project, and clone selective-edit and link them together.
git clone git@github.com:blinkk/editor.dev-ui.git
git clone git@github.com:blinkk/selective-edit.git
cd selective-edit
yarn install
yarn link
cd ../editor.dev-ui
yarn install
yarn link @blinkk/selective-edit
make watch
  1. Run the development server and iterate.
yarn run serve
# http://localhost:8888/