We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Lichess Development Onboarding (markdown)
use more friendly language
be more explicit about recommending nvm
change ./lila to ./lila.sh
reduce risk of alcohol poisoning when playing the "development environment" drinking game
version edits, mention corepack for pnpm
I encountered many difficulties getting Metals to function, so adding a few suggestions for others in the same position.
Remove out of date stuff, other edits
add info for troubleshooting
I just tried this 3 days ago and got errors for not having java 21. When I compiled lila with the script, I got an error because the script tried to do: scalac -java-output-version 21, and I was using java 17. Using java 21 fixed it