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

An Electron based Minecraft installer/launcher.

License

Notifications You must be signed in to change notification settings

brick-studios-team/launcher

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.4%
  • Less 19.9%
  • Other 1.7%