Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 631 Bytes

File metadata and controls

22 lines (15 loc) · 631 Bytes

Contributing

See the effectorHQ Contributing Guide for the full contribution process, code standards, and PR checklist.

Quick start

git clone https://github.com/effectorHQ/effector-graph.git
cd REPO_NAME
npm install
npm test

Issues and pull requests

  • 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

License

Licensed under the Apache License, Version 2.0.