Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 676 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 676 Bytes

w3c-launcher

There is a private submodule that is needed for color switch and skins, you need to be in the w3c org to see that. All other stuff can be built normally.

After you clone this repo, to also clone the submodule run.

git submodule init
git submodule update

Project setup

Install Visual Studio 2017 and the C++ Desktop Tools, as we need them for our native module. Also this command helps

npm install --global --production windows-build-tools
npm install ./src/hot-keys/ItemHotkeys/send-keys-native
npm install

start launcher

npm run serve

build launcher

will not sign the app, though, just build it.

npm run build