Files
LanMountainDesktop/README.md
lincube ef1ccd439b 0.0.1
2026-02-13 17:01:37 +08:00

524 B

desktop

An Electron application with React and TypeScript

Project Setup

Install

$ pnpm install

Development

$ pnpm dev

Build

# For windows
$ pnpm build:win

# For macOS
$ pnpm build:mac

# For Linux
$ pnpm build:linux