LobbyClient
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 installat 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 bundleto bundle all assets into a singlebundle.js. - Run
npm run package:winto build the app for Windows. Runnpm run package:osxto package the app for OS X.