unknow-dmb/README.md
damp11113 52fa2f7f25 update something for new
add DPCloudev account
and more...
2024-10-01 18:33:13 +07:00

44 lines
780 B
Markdown

# Unknow-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**
```console
> git clone https://github.com/dscalzi/HeliosLauncher.git
> cd HeliosLauncher
> npm install
```
**Launch Application**
```console
> npm start
```
**Build Installers**
To build for your current platform.
```console
> 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.