Switch's cross-platform stand-alone service for switching apps. Uses IPC (Inter Process Communication) to communicate (two-way) with Switch Desktop.
Before running Switch Service in development mode, please ensure you have Node.JS installed on your machine.
Clone this repo, and cd into it, Then:
$npm i
$npm run dev
Switch usespkg
to ship executables for Windows, MacOS (Under development) that will be spawned at Switch Desktop start up.
Before building Switch Service, please ensure you have Node.JS installed on your machine.
Clone this repo, and cd into it, Then:
$npm i
# for windows build
$npm run build-win32
# for mac build
$npm run build-darwin