Skip to content

Latest commit

History

History
17 lines (13 loc) 路 742 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (13 loc) 路 742 Bytes

Prerequisites

  1. Download and install Node.js and npm for your platform
  2. Install editorconfig for your favourite text editor

Setup

  1. Fork this repository
  2. Clone your fork locally
  3. In your local copy, install the project dependencies with npm install

Development

Load your clone as a temporary addon:

If you make changes, be sure to reload the temporary addon.

Use npm test to lint your code to scan for any errors or style problems.