Community
react-access-engine is open source and community-driven. Here's how to get involved.
GitHub Repository
Browse the source code, report issues, and submit PRs.
View on GitHub →Discussions
Ask questions, share ideas, and connect with other users.
Join Discussions →Report a Bug
Found a bug? Open an issue with reproduction steps.
Report Bug →Documentation
Read the full docs, guides, and API reference.
Read Docs →Contributing
We welcome contributions of all kinds! Here's how to get started:
- Fork the repository on GitHub
- Clone your fork and install dependencies with
pnpm install - Create a feature branch:
git checkout -b feature/my-feature - Make your changes and add tests
- Run the test suite:
pnpm test - Submit a pull request