You need Node and npm installed on your machine to contribute.
- Clone the repository
$ git clone [email protected]:vutran/vzl.git
- Install necessary npm dependencies
$ cd vzl
$ npm install
- Start the Electron development app
$ npm start
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.