Files
bip-sda/README.md
Misaka_Company f43c3d0a25 Initial commit: bip-sda project scaffold
Electron + TypeScript project initialized with electron-vite,
electron-builder, ESLint, and Prettier configuration.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-06-12 13:22:51 +08:00

535 B

bip-sda

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