Skip to content
This repository has been archived by the owner on May 6, 2023. It is now read-only.

Latest commit

 

History

History
67 lines (56 loc) · 2.54 KB

README.md

File metadata and controls

67 lines (56 loc) · 2.54 KB


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.