You can find the java backend side of the FTB launcher here
The backend
Start the backend, it's Java, use Intellij, it's just simpler.
The frontend
yarn install
yarn serve
- 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 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