Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 273 Bytes

BUILDING.md

File metadata and controls

10 lines (9 loc) · 273 Bytes

Setting Up

Prerequisites

  • Node.js (Built on 13.2.0)
  • Yarn
  • Quasar CLI (Install using yarn global add @quasar/cli)

Setting up

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