Skip to content

Desktop client application for read/write rw1990 keys created with electron and react

Notifications You must be signed in to change notification settings

YokiToki/interkm_desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InterKM

Desktop client application for read/write rw1990 keys

Electron React Webpack Yarn

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

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