Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 809 Bytes

DEVELOPERS.md

File metadata and controls

27 lines (14 loc) · 809 Bytes

Setup

Pull Requests are on hold until a CLA can be worked out.

We're currently developing on node 16.13.1.

This project relies on VUE CLI you need to run npm install -g @vue/cli

The is repo is a mono repo and we rely on yarn to handle cross package dependencies.

Run yarn install after cloning the repo

To start in development mode, use yarn run dev

To build into an installer run yarn run build

Useful Documentation Links