pnpm start
start electron app in dev mode.pnpm run compile
build app but for local debugging only.pnpm run lint
lint your code.pnpm run typecheck
Run typescript check.pnpm run test
Run app test.pnpm run format
Reformat all codebase to project code style.
npm start
start electron app in dev mode.npm run compile
build app but for local debugging only.npm run lint
lint your code.npm run typecheck
Run typescript check.npm run test
Run app test.npm run format
Reformat all codebase to project code style.