Development Setup
1
Clone the Repository
2
Install Dependencies
bash npm install 3
Build the Project
bash npm run build 4
Link for Local Testing
mcpkit command globally with your local changes.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