Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.09 KB

CONTRIBUTING.md

File metadata and controls

21 lines (13 loc) · 1.09 KB

Contributing Guide

Hello! I'm really glad you want to help my little extension get better!

Please see the list below to better understand the structure of this repository:

  • Vite is used for assembly
  • 🖖 Vue and Tailwind for the frontend
  • 💪 CRXJS for easier assembly of chrome extensions
  • 🛍️ pnpm as a package manager
  • ✏️ ESLint for linting

Please use the Conventional Commits to formalize your commits!

Localization

If you want to add localizations to the extension, they are located in the _locales folder. Just create a folder with your locale and translate language phrases.

Build

To build the extension, run the pnpm build command and wait for the build to complete. After that, go to the Google Chrome extensions page, enable developer mode (if it is not already enabled) and load the unpacked extension, which is located in the dist folder.