247f04f36f
Bumps [electron-is-dev](https://github.com/sindresorhus/electron-is-dev) from 2.0.0 to 3.0.1. - [Release notes](https://github.com/sindresorhus/electron-is-dev/releases) - [Commits](https://github.com/sindresorhus/electron-is-dev/compare/v2.0.0...v3.0.1) --- updated-dependencies: - dependency-name: electron-is-dev dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.github | ||
src | ||
.eslintrc.cjs | ||
.gitignore | ||
config.forge.cjs | ||
icon.ico | ||
LICENSE | ||
package.json | ||
README.md | ||
yarn.lock |
Launcher
Launcher is a Minecraft custom launcher developped to launch the game with our own modpack.
More info on: https://altarik.fr 1
Preambule
Use main branch at your own risk, it may contains code which not compile nor contains known bugs which require bug fix.
If you want to use a version of the launcher how work, please download an already compiled asset from the lastest version (https://github.com/AltarikMC/Launcher/releases/latest) or checkout the latest tag.
Installation and usage
If you use the launcher thank to git and not by downloading already compiled assets2, use these step:
First you need to have nodejs installed on your system, if not, install it by following this page: https://nodejs.org/en/download/ .
Then active yarn if you don't have already did it: corepack enable
To install dependencies: yarn
To start the launcher: yarn run start
Copyright
The code and everything here is distributed under BSD 3-Clause License which autorize usage, modification and dsitribution of the launcher for a commercial or a private use, more information about the licence here.