Project website along with more specifications can be fround from: https://leaguesandbox.github.io/
Project chat on Discord: https://discord.gg/0vmmZ6VAwXB05gB6
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
- Install Node.js (https://nodejs.org/en/)
- Clone the repository to a local folder
- Run
npm install
at the project root
- Start the development server with
npm run watch
- Start the application with
npm start
- Make changes
- Run
npm run bundle
to bundle all assets into a singlebundle.js
. - Run
npm run package:win
to build the app for Windows. Runnpm run package:osx
to package the app for OS X.