Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 514 Bytes

CONTRIBUTING.md

File metadata and controls

40 lines (26 loc) · 514 Bytes

Contributing

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.

start a server

cd examples/server
node index.js

run example

cd example/web
yarn dev