Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 566 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 566 Bytes

alune

An Electron application with React and TypeScript

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