Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 936 Bytes

README.md

File metadata and controls

47 lines (30 loc) · 936 Bytes

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

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