Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 717 Bytes

contributing.md

File metadata and controls

14 lines (11 loc) · 717 Bytes

Contributing to Salvia-kit Dashboard

You can contribute by fixing bugs or grammar.

  1. Fork this repository to your own GitHub account and then clone it to your local device.
  2. Create a new branch git checkout -b MY_BRANCH_NAME
  3. Install yarn: npm install -g yarn
  4. Install the dependencies: yarn
  5. Run yarn dev to build and watch for code changes
  6. Push your contribution to the branch you created git push origin MY_BRANCH_NAME
  7. Navigate to the original repository where you created your fork
  8. Click on Compare and pull request to view changes
  9. Then click on create pull request