Contribution

Kimia-ui is an open source project and anyone can contribute

You can do it by adding new components, fixing bugs, grammar or improving accessibility.

How to contribute

If you want to add a new component, please check out the Contribution guide
  • Forkthis repository to your own GitHub account and then clone it to your local device.
  • Create a new branch
    git checkout -b MY_BRANCH_NAME
  • Install yarn:
    npm install -g yarn
  • Run
    yarn dev
    to build and watch for code changes
  • Push your contribution to the branch you created
    git push origin MY_BRANCH_NAME
  • Navigate to the original repository where you created your fork
  • Click on
    Compare and pull request
    to view changes
  • Then click on
    create pull request