Go to file
2024-08-13 10:58:57 +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 first commit 2024-08-13 10:58:57 +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 first commit 2024-08-13 10:58:57 +08:00
electron-builder.yml first commit 2024-08-13 10:58:57 +08:00
electron.vite.config.ts first commit 2024-08-13 10:58:57 +08:00
package.json first commit 2024-08-13 10:58:57 +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