For more information, see - Java Install Guide
- Create an application at https://portal.ditto.live/. Make note of the app ID and online playground token.
- Copy the
.env.template
file at the top level of thequickstart
repo to.env
and add your app ID and online playground token. - Synchronize your project with the Gradle file by clicking Build > Sync Project with Gradle Files.
- Open a terminal and run the following command to launch the app:
./gradlew bootRun
- Open http://localhost:8080 in a browser to interact with the app.