Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 585 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (13 loc) · 585 Bytes

Contributing to this repository

Getting started

  • Fork the repository and clone it locally
  • Install dependencies with npm install.
  • Run npm run start
  • Open chrome://extensions on your browser and Enable developer mode
  • Click load unpacked and select your folder which you cloned
  • Start coding
  • Submit a PR

#Notes

  • Svelte Files Location: src/popup
  • Background File Location: src/backend

Please follow Conventional Commits in your commit messages.