Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 384 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 384 Bytes

Subscan Widget Editor

local development

Start

yarn
cd packages/editor
yarn dev

Test

yarn test:ci

Build

yarn

When you run the runtime or editor locally, if you modify the code of other packages, you must rebuild the modified package, otherwise, the runtime and editor will still run the old code.

License

Apache-2.0