--- layout: default title: Contribute ---

Setup environment

1. Install Node.js

Go to Nodejs.org

2. Install dependencies

npm install

Compile and test

Compile the script (webpack.config.js)

npx webpack

Watch and recompile when files change

npx webpack --watch

Run the test suite

npx jest

Run tests continuously when files change

npx jest --watch

Guidelines for making pull requests