Go to file
2024-08-14 12:04:47 +08:00
.vscode first commit 2024-08-13 10:58:57 +08:00
build first commit 2024-08-13 10:58:57 +08:00
resources first commit 2024-08-13 10:58:57 +08:00
src feat: v 2024-08-14 12:04:47 +08:00
.editorconfig first commit 2024-08-13 10:58:57 +08:00
.eslintignore first commit 2024-08-13 10:58:57 +08:00
.eslintrc.cjs first commit 2024-08-13 10:58:57 +08:00
.gitignore first commit 2024-08-13 10:58:57 +08:00
.npmrc first commit 2024-08-13 10:58:57 +08:00
.prettierignore first commit 2024-08-13 10:58:57 +08:00
.prettierrc.yaml first commit 2024-08-13 10:58:57 +08:00
dev-app-update.yml feat: test 2024-08-14 12:02:08 +08:00
electron-builder.yml feat: test 2024-08-14 12:02:08 +08:00
electron.vite.config.ts feat: test 2024-08-13 17:07:35 +08:00
package.json feat: v 2024-08-14 12:04:47 +08:00
pnpm-lock.yaml first commit 2024-08-13 10:58:57 +08:00
README.md first commit 2024-08-13 10:58:57 +08:00
tsconfig.json first commit 2024-08-13 10:58:57 +08:00
tsconfig.node.json first commit 2024-08-13 10:58:57 +08:00
tsconfig.web.json first commit 2024-08-13 10:58:57 +08:00

cvpilot-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