mirror of
https://github.com/namooplol/unknow-dmb.git
synced 2025-04-27 14:38:06 +00: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
Languages
JavaScript
60.8%
CSS
22.7%
EJS
16.5%