Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 365 Bytes

CONTRIBUTING.md

File metadata and controls

30 lines (24 loc) · 365 Bytes

Contributing

Setup

Install dependencies (OS X)

npm i

The following can help to avoid error messages, during installation

brew install pkg-config cairo libpng jpeg giflib

Run tests

npm run test
npm run tdd
npm run eslint

Development mode

npm run dev

Build

npm run build