Electron desktop messenger client for Crimata
- TypeScript 64.4%
- Vue 25.6%
- JavaScript 7.6%
- Python 1.6%
- HTML 0.8%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| build | ||
| public | ||
| src | ||
| tests/unit | ||
| .browserslistrc | ||
| .eslintrc.js | ||
| .gitignore | ||
| babel.config.js | ||
| gcloud.json | ||
| jest.config.js | ||
| jsconfig.json | ||
| package.json | ||
| README.md | ||
| testAudio.js | ||
| testServer.js | ||
| tsconfig.json | ||
| vue.config.js | ||
| ws.py | ||
| yarn.lock | ||
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