CONTRIBUTING.md
June 4, 2020 ยท View on GitHub
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