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

Contents

  1. 1Contributing Guidelines
  2. 1.1Run the project
  3. 1.2Demo