DMB Project Launcher

Based on Helios Launcher

Development

This section details the setup of a basic developmentment environment.

Getting Started

System Requirements

  • nodejs v20

Clone and Install Dependencies

> git clone https://github.com/dscalzi/HeliosLauncher.git
> cd HeliosLauncher
> npm install

Launch Application

> npm start

Build Installers

To build for your current platform.

> npm run dist

Build for a specific platform.

Platform Command
Windows x64 npm run dist:win
macOS npm run dist:mac
Linux x64 npm run dist:linux

Builds for macOS may not work on Windows/Linux and vice-versa.

Description
☀ Custom launcher for modded minecraft written in Electron and Node.js
Readme 38 MiB
Languages
JavaScript 60.8%
CSS 22.7%
EJS 16.5%