In root directory, Run yarn install
to install dependencies for development.
yarn install
In root directory, Run yarn build
to build all package.
yarn build
Run a example to test ui.
cd examples/example-react
yarn start
In root directory, Run yarn install
to install dependencies for development.
yarn install
In root directory, Run yarn build
to build all package.
yarn build
Run a example to test ui.
cd examples/example-react
yarn start