Electron desktop messenger client for Crimata
  • TypeScript 64.4%
  • Vue 25.6%
  • JavaScript 7.6%
  • Python 1.6%
  • HTML 0.8%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2022-03-08 07:23:37 -06:00
src Applying production bug fixes 2022-03-08 07:23:37 -06:00
.gitignore fixed nav button on mobile 2022-02-20 09:25:09 -06:00
.npmrc Sign and Notarize config, debug logs for IPC 2022-03-08 07:17:52 -06:00
electron.sublime-project smart login form, embedded fonts, other improvments 2022-02-19 17:55:51 -06:00
electron.sublime-workspace update register form 2022-02-20 10:08:12 -06:00
entitlements.plist Sign and Notarize config, debug logs for IPC 2022-03-08 07:17:52 -06:00
notarize.js Sign and Notarize config, debug logs for IPC 2022-03-08 07:17:52 -06:00
package-lock.json Sign and Notarize config, debug logs for IPC 2022-03-08 07:17:52 -06:00
package.json Sign and Notarize config, debug logs for IPC 2022-03-08 07:17:52 -06:00
README.md Sign and Notarize config, debug logs for IPC 2022-03-08 07:17:52 -06:00

crimata-electron

Project setup

yarn install

Compiles and hot-reloads for development

yarn electron:serve

Compiles and minifies for production

yarn electron:build

Customize configuration

See Configuration Reference.

Sign and Notarize

Running notarize.js will sign and notarize the app. Further information is in that file.