Files
ai-desktop/README.md
T
2025-11-07 17:50:22 +08:00

538 B

ai-desktop

An Electron application with React and TypeScript

Project Setup

Install

$ npm install

Development

$ npm run dev

Build

# For windows
$ npm run build:win

# For macOS
$ npm run build:mac

# For Linux
$ npm run build:linux