FTB-App icon indicating copy to clipboard operation
FTB-App copied to clipboard

Electron, Vue2, and Tailwind based frontend system for the FTB App; a new Modpack launcher for FTB and Curse modpacks.

FTB-App

You can find the java backend side of the FTB launcher here

Running MacOS / Linux

The backend

Start the backend, it's Java, use Intellij, it's just simpler.

The frontend

yarn install
yarn serve

Running Windows

The Overwolf step

  • Enable developer tools in Overwolf. See here https://overwolf.github.io/docs/topics/enable-dev-tools#command-line
  • Go to Settings > About > Developer options (at the bottom)
  • Click Load unpacked extensions
  • Navigate to the overwolf folder of this repo and press open
  • Run the commands below
  • Then press the launch button next to the app titled FTB App Preview

The app

The backend

Start the backend, it's Java, use Intellij, it's just simpler.

The frontend

For developer mode

yarn vue:serve:overwolf

To build

yarn vue:build:overwolf