data-peek/apps/desktop
2026-04-10 16:04:53 +05:30
..
.vscode fix: resolve build issues and lint errors 2025-11-28 10:18:53 +00:00
build [ImgBot] Optimize images (#106) 2026-04-01 20:52:16 +05:30
resources [ImgBot] Optimize images (#106) 2026-04-01 20:52:16 +05:30
src Add sidebar omnibar and physics-based transitions (#147) 2026-04-07 17:48:23 +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.19.1 2026-04-10 16:04:53 +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 materialized view support and connection duplication (#85) 2025-12-25 10:15:47 +05:30

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