A launcher for the minecraft project 'Low on Time'. The launcher will download the mod pack from GitHub and adjust add the minecraft launcher profiles. This way one can play press play and open the minecraft launcher with the installation already present.
- Docker
- Docker Compose
- NPM
- NodeJS
- Git Bash (for clean option, not mandatory)
For the development there is a script for watch which compiles the whole code on change and a script for starting the compiled code.
Will watch the code on change.
npm run watchor
npm run watch:cleanthis script will clean the dist directory
will start the compiled code in the dist directory
npm startThe package script is for building the application for production the general syntax is the following
npm run package:<plattform>:<[clean]>The application is available to build for MacOS and Windows
This script will build for MacOS and Windows.
npm run package:allThis script will build for Windows
npm run package:winThis script will build for MacOS
npm run package:mac