# Contributing After cloning this repo, ensure dependencies are installed by running: ```sh npm install ``` GraphQL Relay is written in ES6 using [Babel](https://babeljs.io/), widely consumable JavaScript can be produced by running: ```sh 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: ```sh npm test ```