Octanne / launcher

An Electron based Minecraft installer/launcher.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool



Info πŸ“

Proton Launcher is a Minecraft installer and launcher which was originally created to replace the Twitch app. It can install and manage Vanilla, Forge, Fabric profiles, install modpacks from CurseForge, and much more.


Building 🧱

Requirements βš™οΈ

Running ▢️

$ git clone https://github.com/bhopahk/launcher.git
$ cd launcher
$ npm install
$ npm start

Packaging πŸ“¦

$ npm dist

The packaged files will appear in the dist folder.


Contributing πŸ“

Contributions of any sort are always welcome!

Feature Requests & Bug Reports 🐞

Feature requests and bug reports should be reported by opening an issue using the appropriate template.

Pull Requests πŸ’‘

  1. Fork the project!
  2. Create a new branch for your changes: git checkout -b your-changes
  3. Commit your changes*: git commit -S -m 'Whatever you changed'
  4. Push your changes: git push origin your-changes
  5. Submit a pull request.

* Commits must be signed. Instructions to set that up can be found here, and here for signing commits through a JetBrains IDE.


About

An Electron based Minecraft installer/launcher.

License:MIT License


Languages

Language:JavaScript 70.0%Language:CSS 29.3%Language:HTML 0.7%