Contributing
Contributions are welcome! This page provides information on how to set up the development environment and contribute to PageSieve.
Development Setup
- Clone the repository:
git clone https://github.com/julius383/PageSieve.git - Install dependencies:
pnpm install - Start the build process:
pnpm run dev(for development) orpnpm run build(for production)
Build Commands
pnpm run build: Generates the production extension in thedist/folder.pnpm run lint: Runs ESLint to check for code quality issues.pnpm run format: Formats the codebase using Prettier.
Submitting Changes
- Fork the repository.
- Create a new branch for your changes.
- Commit your changes and push them to your fork.
- Submit a pull request with a clear description of your changes.