This repository contains all the code related to Vercors, separated into 2 parts:
To build and run locally, you first need to uncomment the following properties in gradle.properties:
curseForgeApiKey
: set its value to an API key that you can generate here.microsoftClientId
: leave empty - Microsoft authentication will be disabledvercorsApiKey
: leave the default valuevercorsApiUrl
: leave the default value
You can then use the following command:
./gradlew meta:backend:run
to run the metadata backend service./gradlew launcher:app:run
to run the launcher application