You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Mac/Windows application built in Electron as a companion application to League of Legends
1
+
# Electron-Boilerplate
2
+
A template for Electron projects to build/publish Mac/Windows/Linux compatible applications
3
+
4
+
### Installation:
5
+
6
+
For development, run:
7
+
8
+
```shell
9
+
npm install
10
+
npm start
11
+
```
12
+
13
+
As for preparing the Windows/Mac/Linux apps for distribution. You will first need to run the ```npm install```. Afterwards, run the following to build all the apps for all architectures and distributions:
0 commit comments