The official repository for the YARC launcher (a.k.a., YAL or Yet Another Launcher).
- Install cargo from here.
- Download
rustup-init.exe
and run it - Enter option 1 (
Proceed with installation (default)
) - If you already had a shell open, you must restart it for the below to work.
- Download
- Install NodeJS from here. LTS version should do.
- If you already had a shell open, you must restart it for the below to work.
- Open the command prompt in the directory you want to store the repository.
- Type in
git clone https://github.com/YARC-Official/YARC-Launcher.git
. - Then run
npm install
. - You're done! To run, type
npm run dev
. - If you want to build an installer, run
npm run build
(YOU NEED AN UPDATER KEY).