Proxwian / OxLAUNCHER

OxLAUNCHER is expanded version of GDLauncher, translated and able to launch in offline mode, auth with 3 different websites, Modrinth and Quilt support with no ads and OxMIRROR downloads support
https://oxlauncher.com
GNU General Public License v3.0
2 stars 1 forks source link

OxLAUNCHER OxLAUNCHER CI

Latest version: 1.4.6

💾 Compilation

These are the steps to compile it yourself.

⚙️ Requirements

You need the following software installed:

▶️ Steps

Install the dependencies and devDependencies.

$ cd GDLauncher
$ npm i --legacy-peer-deps

Start the development environment

$ npm run dev

For production environment...

$ npm run build && npm run start-prod

🚚 Packaging

To package the app for the local platform:

$ npm run release

🚀 Technologies