See the effectorHQ Contributing Guide for the full contribution process, code standards, and PR checklist.
git clone https://github.com/effectorHQ/effector-graph.git
cd REPO_NAME
npm install
npm test- Open an issue before starting significant work
- All PRs require passing tests (
npm test) and a clear description - Follow the existing code style — zero dependencies, ESM-only, Node ≥ 18
Licensed under the Apache License, Version 2.0.