Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 432 Bytes

CONTRIBUTING.md

File metadata and controls

29 lines (19 loc) · 432 Bytes

Prerequisites

Installation

In root directory, Run yarn install to install dependencies for development.

yarn install

Build

In root directory, Run yarn build to build all package.

yarn build

Run Example

Run a example to test ui.

cd examples/example-react
yarn start