Skip to content

Contributing

How to Contribute

TextAlchemy is open source and welcomes contributions from the community!

Getting Started

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Submit a pull request

Development Setup

bash
git clone https://github.com/felipebossolani/text-alchemy-chrome-extension.git
cd text-alchemy-chrome-extension
pnpm install
pnpm dev

Guidelines

  • Follow the existing code style
  • Add tests for new features
  • Update documentation as needed

Back to Home

Released under the MIT License.