Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 309 Bytes

CONTRIBUTING.md

File metadata and controls

35 lines (23 loc) · 309 Bytes

Contributing Guidelines

Run the project

Install:

yarn install

Run the tests:

yarn run test --watch

Build the library in dev mode:

yarn run dev

Build the library for production:

yarn run build

Demo

Run the demo:

yarn demo