Clone the repo via git:
$ git clone [email protected]: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
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
To build apps (tar.gz, deb) for the linux:
$ yarn build-linux
Windows portable:
> yarn build-windows