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
Andrew Gundersen 81662942a2 merging
2021-03-30 10:48:45 -05:00
build add base64 audio recorder 2021-01-30 14:53:55 -06:00
public added login page 2021-02-03 19:36:58 -06:00
src merging 2021-03-30 10:48:45 -05:00
tests save messages on window close 2021-03-11 21:39:54 -06:00
.browserslistrc init 2020-10-06 21:09:02 -05:00
.eslintrc.js fix post window close auth bug 2021-02-10 22:34:07 -06:00
.gitignore restart socket session on renderer logout 2021-03-10 21:11:25 -06:00
babel.config.js init 2020-10-06 21:09:02 -05:00
gcloud.json add audio playback 2021-02-26 16:49:17 -06:00
jest.config.js init 2020-10-06 21:09:02 -05:00
jsconfig.json add record on input functionality 2020-12-09 15:38:21 -06:00
login.svg minor changes 2021-02-05 13:17:14 -06:00
package.json messenger v69 2021-03-08 16:49:14 -06:00
README.md Update README.md 2020-10-12 17:23:42 +00:00
session.json merging 2021-03-30 10:48:45 -05:00
tsconfig.json Merge remote-tracking branch 'origin/main' 2021-02-05 16:47:03 -06:00
vue.config.js center renderer + add min build config 2020-12-07 10:48:10 -06:00
window.json merging 2021-03-30 10:48:45 -05:00
yarn.lock messenger v69 2021-03-08 16:49:14 -06:00

crimata-electron

Project setup

yarn install

Compiles and hot-reloads for development

yarn dev

Compiles and minifies for production

yarn electron:build

Run your unit tests

yarn test:unit

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.