Onboarding (MacOS)
Follow the Linux setup guide. Please note the following differences:
Consider using the homebrew package manager to install most lila dependencies, but install coursier and scala using these instructions. Run cs update
from time to time to keep your sbt tools up to date.
Lila
set
play.server.netty.transport = "jdk"
in base/application.conf
lila-ws
Apple M1
Remove this line from build.sbt:
-libraryDependencies += "org.reactivemongo" % "reactivemongo-shaded-native" % s"$reactivemongoVersion-$os-x86-64"