Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 285 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (15 loc) · 285 Bytes

Contributing

Setting up dev environment

To start the compilation of the library in watch mode, run:

yarn
yarn start

To start the documentation website and examples, in another terminal, run:

yarn website

To run the tests, run:

yarn test