Skip to content

vesoapp/veso-desktop

Build Process

Dependencies

  • Node.js
  • npm (included in Node.js)

Getting Started

  1. Clone or download this repository.

    git clone https://github.com/vesoapp/veso-desktop.git
    cd veso-desktop
  2. Install build dependencies in the project directory.

    npm install
  3. Run the client.

    npm run package-mac

    or

    npm run package-linux

    or

    npm run package-win