From 93b584e48e45095ac7090ae47e06f8dfa566c861 Mon Sep 17 00:00:00 2001 From: emmak3l Date: Thu, 4 Apr 2024 10:43:43 -0400 Subject: [PATCH] Update README.md Updated the readme with an additional step for running locally (setting up a Java version manager) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4a4d667..ed52440 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,8 @@ complete the following steps. - edit `ui/.env` and ensure `VUE_APP_ROLLBAR_ACCESS_TOKEN` is set to your token 1. Running Lagom in development mode is simple. Start by launching the backend services using `sbt`. - `sbt runAll` +1. If you encounter any errors trying to execute the previous command, `sbt` might be trying to run with the newest version of Java instead of Java 8. To ensure it runs using Java 8, [Install jenv](https://github.com/jenv/jenv) (`brew install jenv` on Mac) and follow the `README` to set your local Java version to `1.8.0.401` before running `sbt runAll` again. + The BFF ("backend for frontend") exposes an API on port 9100.