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
Enrique Hernandez d02764dab5 Merge branch 'scroll_bug_fix' into 'master'
fix scroll bug, first message offsets on scroll

See merge request crimata-ai/crimata-electron!9
2020-11-22 15:41:53 +00:00
crate interface microphone component with rust wasm 2020-10-12 12:22:03 -05:00
pkg add crimata_wasm 2020-10-07 15:10:26 -05:00
public add preload.js script to electron main 2020-10-07 13:03:01 -05:00
src fix scroll bug, first message offsets on scroll 2020-11-22 09:41:17 -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 refactor keydownHandler composable 2020-10-25 11:02:32 -05:00
babel.config.js init 2020-10-06 21:09:02 -05:00
jest.config.js init 2020-10-06 21:09:02 -05:00
package.json fix TS issues 2020-11-01 15:27:25 -06:00
README.md Update README.md 2020-10-12 17:23:42 +00:00
testServer.js add speech recorder + ws 2020-10-13 20:29:22 -05:00
tsconfig.json fix ts messageItem 2020-10-10 11:33:53 -05:00
vue.config.js add speech recorder + ws 2020-10-13 20:29:22 -05:00
yarn.lock UI component refactor 2020-11-06 12:43:31 -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.