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.
$ git clone https://github.com/bhopahk/launcher.git
$ cd launcher
$ npm install
$ npm start
$ npm dist
The packaged files will appear in the dist
folder.
Contributions of any sort are always welcome!
Feature requests and bug reports should be reported by opening an issue using the appropriate template.
- Fork the project!
- Create a new branch for your changes:
git checkout -b your-changes
- Commit your changes*:
git commit -S -m 'Whatever you changed'
- Push your changes:
git push origin your-changes
- 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.