For more information, see - Java Install Guide
- Create an application at https://portal.ditto.live/. Make note of the Database ID and development token.
- Copy the
.env.samplefile at the top level of thequickstartrepo to.envand add your Database ID and development 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.