Community

react-access-engine is open source and community-driven. Here's how to get involved.

Contributing

We welcome contributions of all kinds! Here's how to get started:

  1. Fork the repository on GitHub
  2. Clone your fork and install dependencies with pnpm install
  3. Create a feature branch: git checkout -b feature/my-feature
  4. Make your changes and add tests
  5. Run the test suite: pnpm test
  6. Submit a pull request