Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 414 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (16 loc) · 414 Bytes

Contributing

After cloning this repo, ensure dependencies are installed by running:

npm install

GraphQL Relay is written in ES6 using Babel, widely consumable JavaScript can be produced by running:

npm run build

Once npm run build has run, you may import or require() directly from node.

The full test suite can be evaluated by running:

npm test