- 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.