2024-10-30 18:17:59 +07:00
2024-10-30 18:17:59 +07:00
2019-09-05 16:08:47 -04:00
2024-10-01 20:50:58 +07:00
2021-06-24 18:22:29 -04:00
2019-07-11 20:51:58 -04:00
2022-12-24 22:17:54 -05:00
2024-02-22 11:42:13 -05:00
2019-09-05 16:08:47 -04:00
2024-10-30 18:17:59 +07:00
2024-10-30 18:17:59 +07:00
2024-10-01 18:33:13 +07:00
2024-10-30 18:17:59 +07:00
2024-10-01 20:50:58 +07:00
2024-10-01 18:33:13 +07:00
2024-10-30 18:17:59 +07:00
2024-10-01 20:50:58 +07:00
2024-10-30 18:17:59 +07:00

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%