Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 438 Bytes

CONTRIBUTING.md

File metadata and controls

33 lines (24 loc) · 438 Bytes

How to Contribute

Start

yarn
# the command will install project root dependencies and demos/react dependencies

Develop

  • test it by vitest
yarn test
  • preview develop(by react).
cd demos/react
yarn dev
  • edit it in your editor.

End

  • commit your changes.
  • push your changes.
  • create a pull request.
  • wait for review.
  • merge it.

That's all. Thank you for your contribution.