Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 575 Bytes

CONTRIBUTING.md

File metadata and controls

34 lines (23 loc) · 575 Bytes

Contribution guidelines

Building and running project

Development

  1. Clone this repository
  2. Run:
$ npm install
$ npm run watch

In separate command line window:

$ npm run start

Create executable (packing)

$ npm run pack:windows
$ npm run pack:mac
$ npm run pack:linux

Creating Pull Request

The code is under active development and we are not accepting pull requests at an early stage of development.

All development is done from dev branch.

Pull request target branch MUST be dev.