Contribute to Tiptap Resizable Image

We welcome all contributions to Tiptap Resizable Image! Whether you'rereporting bugs, proposing new features, improving documentation, or writing code, your contributions are greatly appreciated.

Get started locally

1. Install PNPM: This project uses PNPM for package management. To install PNPM, run the following command in your terminal: npm install -g pnpm

2. Fork and clone the repository: Fork the project repository and then clone your fork to your local machine.

3. Install the dependencies: Navigate to the project directory and install the dependencies by running: pnpm install

4. Start the development server: Run the following command to start the development server: pnpm dev

5. Build the project: To build the project for production, run: pnpm build

6. Test the project: Run the tests to make sure everything is working correctly: pnpm test

You're now ready to start contributing to Tiptap Resizable Image! Remember to create a new branch for each feature or bug fix you work on, and feel free to ask for help if you need it.

Reporting Bugs

If you find a bug, please open an issue on the GitHub repository. Include as many details as you can, such as the steps to reproduce the bug and any error messages.

Suggesting Features

We're always open to new ideas to improve Tiptap Resizable Image. If you have a suggestion, please open an issue and label it as a feature request.

Thank you for considering contributing to Tiptap Resizable Image. Your time and effort are greatly appreciated.