Skip to content

Latest commit

History

History
33 lines (21 loc) 路 526 Bytes

CONTRIBUTING.md

File metadata and controls

33 lines (21 loc) 路 526 Bytes

Contributing

You need Node and npm installed on your machine to contribute.

  1. Clone the repository
$ git clone git@github.com:vutran/vzl.git
  1. Install necessary npm dependencies
$ cd vzl

$ npm install
  1. Start the Electron development app
$ npm start

Generating Binaries

Please ensure that your code works before generating an application binary. Once confirmed, you can generate your binaries like so:

$ npm run pack

All packed binaries will live in the ./dist folder.