https://github.com/yokitoki/interkm_desktop
Desktop client application for read/write rw1990 keys created with electron and react
https://github.com/yokitoki/interkm_desktop
dallas electron react rw1990 serialport touch-memory webpack
Last synced: about 2 months ago
JSON representation
Desktop client application for read/write rw1990 keys created with electron and react
- Host: GitHub
- URL: https://github.com/yokitoki/interkm_desktop
- Owner: YokiToki
- Created: 2018-06-17T07:10:50.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T02:27:08.000Z (over 3 years ago)
- Last Synced: 2025-08-24T11:53:48.929Z (10 months ago)
- Topics: dallas, electron, react, rw1990, serialport, touch-memory, webpack
- Language: JavaScript
- Homepage:
- Size: 431 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# InterKM
### Desktop client application for read/write rw1990 keys
[](https://www.electronjs.org/)
[](https://reactjs.org/)
[](https://webpack.github.io/)
[](https://yarnpkg.com/)
## Install
Clone the repo via git:
```
$ git clone git@github.com:YokiToki/interkm_desktop.git
```
Install dependencies:
```
$ cd interkm_desktop
$ yarn
```
For building on Windows you need install build tools.
As Administrator run:
```
> yarn global add windows-build-tools
```
And set environment variable:
```
> set VCTargetsPath=C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140
```
Maybe you need download [Build Tools for Visual Studio](https://download.visualstudio.microsoft.com/download/pr/11503713/e64d79b40219aea618ce2fe10ebd5f0d/vs_BuildTools.exe)
## Run
Start the app in the `dev` environment:
```
$ yarn start
```
If you got error, about incorrect version of native modules, try run following command:
```
$ yarn build:deps
```
## Building
To build apps (tar.gz, deb) for the linux:
```
$ yarn build-linux
```
Windows portable:
```
> yarn build-windows
```