data-peek/apps/desktop
2025-12-18 20:31:32 +05:30
..
.vscode fix: resolve build issues and lint errors 2025-11-28 10:18:53 +00:00
build Apple Signing (#21) 2025-12-03 13:20:58 +05:30
resources chore: update app icons 2025-11-29 11:39:20 +05:30
src chore: remove unnecessary 'use client' directives from Electron app 2025-12-18 13:22:28 +05:30
.editorconfig 🚀 chore: init commit 2025-11-26 15:53:53 +05:30
.gitignore 🚀 chore: init commit 2025-11-26 15:53:53 +05:30
.npmrc 🚀 chore: init commit 2025-11-26 15:53:53 +05:30
.prettierignore 🚀 chore: init commit 2025-11-26 15:53:53 +05:30
.prettierrc.yaml 🚀 chore: init commit 2025-11-26 15:53:53 +05:30
components.json fix: resolve build issues and lint errors 2025-11-28 10:18:53 +00:00
dev-app-update.yml 🚀 chore: init commit 2025-11-26 15:53:53 +05:30
electron-builder.yml fix: move shared package to devDependencies for electron-builder 2025-12-09 09:27:34 +05:30
electron.vite.config.ts feat: UX improvements - click to edit, enum dropdowns, settings, JSON viewer, ERD layout (#9) 2025-11-30 14:08:43 +05:30
eslint.config.mjs chore: fix paths 2025-11-26 16:03:47 +05:30
package.json chore: release v0.10.0 2025-12-18 20:31:32 +05:30
README.md 🚀 chore: init commit 2025-11-26 15:53:53 +05:30
tsconfig.json chore: fix paths 2025-11-26 16:03:47 +05:30
tsconfig.node.json fix: resolve build issues and lint errors 2025-11-28 10:18:53 +00:00
tsconfig.web.json fix: resolve build issues and lint errors 2025-11-28 10:18:53 +00:00
vitest.config.ts feat: add comprehensive test coverage for core SQL builders 2025-12-06 08:25:38 +00:00

data-peek-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