Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 518 Bytes

CONTRIBUTING.md

File metadata and controls

39 lines (24 loc) · 518 Bytes

Contributing

If you make any contributions to this repository after this file was created, you are agreeing that any code you have contributed will be licensed under GPL-3.0.

Prerequisites

Setup

npm install

Build

npm run build

Build in watch mode

npm run watch

Visual Studio Code

Run watch mode.

type Ctrl + Shift + B

Load extension to Chrome

Load dist directory

Test

npx jest or npm run test