Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 418 Bytes

BUILDING.md

File metadata and controls

15 lines (13 loc) · 418 Bytes

Setting Up

Prerequisites

  • Node.js (>=18.0.0)
  • Yarn
  • Quasar CLI (Install using yarn global add @quasar/cli)
  • Python2 (EOL for 4 years. Goodluck!)

Linux Build

  • rpm builder

Setting up

  1. Navigate to the root directory, and run yarn install.
  2. Navigate to the root directory, and run yarn upgrade.
  3. To run quick dev build: quasar dev -m electron
  4. To fully build: yarn build-{platform}