A Lichess Team Management application
Download the application for your Operating System, unpack and run (teamcheck-x.y.z/bin/teamcheck
)
https://github.com/tors42/teamcheck/releases/
Use search field to find a team, and select it in drop-down box,
And click Launch
to see team members "flying" in...
If you want to build the application yourself, make sure to use at least Java 21. A JDK archive can be downloaded and unpacked from https://jdk.java.net
$ java -version
openjdk version "22.0.1" 2024-04-16
OpenJDK Runtime Environment (build 22.0.1+8-16)
OpenJDK 64-Bit Server VM (build 22.0.1+8-16, mixed mode, sharing)
$ java build/Build.java
or to cross-compile:
$ java build/Build.java cross
$ out/runtime/bin/teamcheck