Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 370 Bytes

BUILDING.md

File metadata and controls

21 lines (14 loc) · 370 Bytes

How to build

  1. Preparing the infrastructure

    inv prepare
  2. Build the application

    NODE_ENV=production ENVIRONMENT=production inv build
  3. Create bundles (snap, deb, rpm, appImage, dmg, exe)

    NODE_ENV=production ENVIRONMENT=production inv bundle

Then see shell/dist for the output assets.