No description
  • TypeScript 47%
  • CSS 40.5%
  • JavaScript 8.4%
  • HTML 4.1%
Find a file
2025-09-08 22:16:00 +03:00
build initial commit 2025-09-08 22:16:00 +03:00
resources initial commit 2025-09-08 22:16:00 +03:00
src initial commit 2025-09-08 22:16:00 +03:00
.editorconfig initial commit 2025-09-08 22:16:00 +03:00
.gitignore initial commit 2025-09-08 22:16:00 +03:00
.npmrc initial commit 2025-09-08 22:16:00 +03:00
.prettierignore initial commit 2025-09-08 22:16:00 +03:00
.prettierrc.yaml initial commit 2025-09-08 22:16:00 +03:00
electron-builder.yml initial commit 2025-09-08 22:16:00 +03:00
electron.vite.config.ts initial commit 2025-09-08 22:16:00 +03:00
eslint.config.mjs initial commit 2025-09-08 22:16:00 +03:00
package.json initial commit 2025-09-08 22:16:00 +03:00
pnpm-lock.yaml initial commit 2025-09-08 22:16:00 +03:00
README.md initial commit 2025-09-08 22:16:00 +03:00
tsconfig.json initial commit 2025-09-08 22:16:00 +03:00
tsconfig.node.json initial commit 2025-09-08 22:16:00 +03:00
tsconfig.web.json initial commit 2025-09-08 22:16:00 +03:00

lofity

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