Thank you for your interest in contributing to Poopmail!
Note: The main purpose of this project has been achieved and active development by the original author is paused. However, we welcome contributions from the community!
- Fork the repository on GitHub.
- Clone your fork locally.
- Install dependencies:
cd frontend pnpm install
The project uses Qwik for the frontend and Cloudflare Workers for the email handling.
To run the frontend dev server:
cd frontend
pnpm dev- Create a new branch for your feature or bugfix.
- Make your changes.
- Run the linter/formatter to ensure code style consistency:
pnpm fmt
- Commit your changes with descriptive commit messages.
- Push to your fork and submit a Pull Request.
- Privacy First: Ensure any changes maintain the strict no-data-collection policy.
- Keep it Simple: The service is designed to be minimal and fast.
- Respect the Code of Conduct: Be kind and respectful to other contributors.
Thank you for helping improve Poopmail!