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
2021-02-04 10:12:21 -06:00
build add base64 audio recorder 2021-01-30 14:53:55 -06:00
public add preload.js script to electron main 2020-10-07 13:03:01 -05:00
src refactor background.ts 2021-02-04 10:12:21 -06:00
tests/unit add preload.js script to electron main 2020-10-07 13:03:01 -05:00
.browserslistrc init 2020-10-06 21:09:02 -05:00
.eslintrc.js add crimata_wasm 2020-10-07 15:10:26 -05:00
.gitignore Merge remote-tracking branch 'origin/project_refactor' 2021-01-31 17:48:53 -06:00
babel.config.js init 2020-10-06 21:09:02 -05:00
gcloud.json add audio test python 2021-02-01 15:31:38 -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
package.json add audio test python 2021-02-01 15:31:38 -06:00
README.md Update README.md 2020-10-12 17:23:42 +00:00
testAudio.js add recorder file 2021-02-03 18:01:48 -06:00
testServer.js add audio test python 2021-02-01 15:31:38 -06:00
tsconfig.json add record on input functionality 2020-12-09 15:38:21 -06:00
vue.config.js center renderer + add min build config 2020-12-07 10:48:10 -06:00
ws.py clean up codebase, remove unused directories 2021-02-03 08:50:55 -06:00
yarn.lock add audio test python 2021-02-01 15:31:38 -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.