To build OS X/Linux/Windows binaries for this project. Run yarn run dist
(for current platform) or yarn run dist-all
(for cross platform builds).
See https://github.com/electron-userland/electron-builder for more documentation on the build tool.
If building for windows
on mac os x
, you need to have wine
and gtar
installed. brew install wine
and brew install gtar
if you use homebrew. For more info refer to https://github.com/electron-userland/electron-builder/wiki/Multi-Platform-Build#os-x
This electron app also includes an example of using voyager-server for server-side computation of recommendations and schema building.
To activate server mode, use the following command:
yarn start:server