Want to improve Monochromate? Contributions are always welcome!
-
Clone the repository
git clone https://github.com/lirena00/monochromate.git cd monochromate -
Install dependencies
bun install
-
Configure environment variables (optional)
If you want to test the support banner's live donation/stars progress bars:
cp .env.example .env
Then edit
.envand add your Buy Me a Coffee API token:VITE_BMC_API_TOKEN=your_bmc_api_token_hereGet your token at: https://developers.buymeacoffee.com/#authentication
Note: The extension will work fine without this token; the progress bars will just show 0 values.
-
Start development
bun run dev # Chrome bun run dev:firefox # Firefox
- Fork the repository
- Create a new branch:
git checkout -b feature-name - Make your changes
- Commit & push:
git commit -m "Added new feature" - Open a Pull Request 🎉