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.
start a server
cd examples/server
node index.js
run example
cd example/web
yarn dev