Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 286 Bytes

CONTRIBUTING.md

File metadata and controls

29 lines (20 loc) · 286 Bytes

Contributing

Development setup

Install dependencies:

yarn install
cd tests/demo && yarn install
cd ../ssr && yarn install

Link the library to test it in your project:

yarn link

Build the library with watching:

yarn dev

Run tests:

yarn test