League-of-Electron is an fanmade League of Legends game client. Build with Electron.
- Node.js ^12.18.3
- npm
We are aleso using Chromium 87.0.4280.67, and Electron 11.0.3.
Windows, linux & OSX
git clone https://github.com/ReformedMrozu/league-of-electron
or you can just download zip file of repo.
After cloning repo (or downolading and unzip) run following commands
npm install
Script above installs all dependencies
npm start
electron-packager /Root target-app-name
optional flags
-platform=linux
-arch=x64
- 0.0.1
- Basic project structure
- Fork it (https://github.com/yourname/yourproject/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
Author – @PiotrMróz
Distributed under the MIT license. See LICENSE
for more information.