This project connects to the League Client, so it requires Mac or Windows.
On Windows, the following stack is recommended:
- nvm-windows for installing node
- Git for Windows sets up a Bash prompt
nvm install latest
windows-build-tools will install the tools needed to build node packages. To install it, run the following in a PowerShell with Administrative permissions.
npm config --global set msvs_version 2017
npm install --global --production windows-build-tools
On Mac, use Homebrew to install all the prerequisites:
brew install nvm
nvm install latest