Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 531 Bytes

development.md

File metadata and controls

36 lines (23 loc) · 531 Bytes

Development

Run your local copy of Contourer for development

Install

Clone repository

$ git clone https://github.com/stickerum/contourer
$ cd contourer

Install Node.js dependencies

$ npm i

Run Contourer

To process image with Contourer pass path to this image

$ npm start <path-to-file>

Pack binaries

Create binary files to use Contourer on production by the following script.

$ npm run pack

Binaries for Linux, macOS and Windows will be created in build directory.