LobbyClient icon indicating copy to clipboard operation
LobbyClient copied to clipboard

League Sandbox's Launcher Client

trafficstars

The League Sandbox project's lobby client

Project website along with more specifications can be fround from: https://leaguesandbox.github.io/
Project chat on Discord: https://discord.gg/0vmmZ6VAwXB05gB6

Contributing

We're looking for people interested in contributing to the project.
Currently the technologies we use include:

  • C#
  • Lua
  • Electron
  • Node.js
  • Angular
  • Socket.io

For more detailed project specifications head over to https://leaguesandbox.github.io/
If you're interested in contributing, come find us from Discord and let us know

Setup guide

  • Install Node.js (https://nodejs.org/en/)
  • Clone the repository to a local folder
  • Run npm install at the project root

Development

  • Start the development server with npm run watch
  • Start the application with npm start
  • Make changes

Building and packaging

  • Run npm run bundle to bundle all assets into a single bundle.js.
  • Run npm run package:win to build the app for Windows. Run npm run package:osx to package the app for OS X.