Contributing Workflow
Fork the repository
Click the Fork button at the top right of the repository page on GitHub to create your own copy.
Set up your environment
Install dependencies:Create a Build the project (required before running the dev server):Start the development server:Open your browser and visit
.env file in the project root with your JigsawStack public API key:http://localhost:5173.Make your changes
Follow the code style guidelines below. If your changes affect how the widget is used or configured, update the documentation accordingly.
Update documentation if your changes affect usage.
Code Style Guidelines
- Use clear, descriptive variable and function names.
- Write concise and meaningful commit messages.
- Keep pull requests focused and minimal.
Reporting Issues
If you find a bug or have a feature request, open an issue on the GitHub Issues page. When reporting a bug, please include:- Steps to reproduce the issue
- Screenshots or screen recordings if applicable
- Browser and environment details