CONTRIBUTING.md
March 23, 2021 ยท View on GitHub
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