No description
  • TypeScript 83.9%
  • JavaScript 8.5%
  • HTML 4.3%
  • SCSS 3.3%
Find a file
2023-12-29 13:03:24 +09:00
.vscode init ui 2023-01-13 12:21:09 +09:00
.yarn Bump @babel/traverse from 7.20.12 to 7.23.6 2023-12-29 02:46:29 +00:00
build 🚧 tray icon 2023-01-13 15:59:54 +09:00
resources 🍱 icon 2023-01-13 22:43:53 +09:00
src minimize instead of hide 2023-01-13 22:28:14 +09:00
.editorconfig 🎉 init project 2023-01-13 11:44:58 +09:00
.eslintignore 🎉 init project 2023-01-13 11:44:58 +09:00
.eslintrc.cjs 🎉 init project 2023-01-13 11:44:58 +09:00
.gitignore 📦️ use yarn berry 2023-01-13 12:01:36 +09:00
.prettierignore 🎉 init project 2023-01-13 11:44:58 +09:00
.prettierrc.yaml 🎉 init project 2023-01-13 11:44:58 +09:00
.yarnrc.yml 📦️ use yarn berry 2023-01-13 12:01:36 +09:00
dev-app-update.yml 🎉 init project 2023-01-13 11:44:58 +09:00
electron-builder.yml init ui 2023-01-13 12:21:09 +09:00
electron.vite.config.ts 🎉 init project 2023-01-13 11:44:58 +09:00
package.json Bump vite from 4.0.4 to 4.0.5 2023-06-28 18:22:59 +00:00
postcss.config.js init tailwindcss 2023-01-13 12:24:54 +09:00
README.md 📝 readme 2023-01-13 16:27:23 +09:00
tailwind.config.js init tailwindcss 2023-01-13 12:24:54 +09:00
tsconfig.json 🎉 init project 2023-01-13 11:44:58 +09:00
tsconfig.node.json 🎉 init project 2023-01-13 11:44:58 +09:00
tsconfig.web.json 🎉 init project 2023-01-13 11:44:58 +09:00
yarn.lock Bump @babel/traverse from 7.20.12 to 7.23.6 2023-12-29 02:46:29 +00:00

Gitmoji Desktop

A simple desktop app for gitmoji

Project Setup

Install

$ npm install

Development

$ npm run dev

Build

# For windows
$ npm run build:win

# For macOS
$ npm run build:mac

# For Linux
$ npm run build:linux