Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 208 Bytes

DEVELOP.md

File metadata and controls

26 lines (18 loc) · 208 Bytes

Project Setup

Install

$ yarn

Development

$ yarn dev

Build

# For windows
$ yarn build:win

# For macOS
$ yarn build:mac

# For Linux
$ yarn build:linux