# Contributing ## Prerequisites [Node.js](http://nodejs.org/) >= v4 must be installed. ## Installation - Running `yarn` or `npm install` in the components's root directory will install everything you need for development. ## Linting - `yarn lint` will lint the `src` folder ## Building - `yarn build` will build the plugin to be ready to use.