Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 478 Bytes

CONTRIBUTING.md

File metadata and controls

32 lines (21 loc) · 478 Bytes

Contributing

Recommended IDE Setup

Project Setup

Install

$ pnpm install

Development

$ pnpm dev

Build

# For windows
$ pnpm build:win

# For macOS
$ pnpm build:mac

# For Linux
$ pnpm build:linux