Development Setup
Running Locally
Test your changes without building:Contributing
Pull Request Process
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Make your changes
- Test thoroughly with multiple websites
- Commit (
git commit -m 'feat: add amazing feature') - Push (
git push origin feature/amazing-feature) - Open a Pull Request
Commit Convention
Use conventional commits:feat:- New featurefix:- Bug fixdocs:- Documentation changeschore:- Maintenance tasks