Hi there, I've noticed a small documentation typo on the Docker page to start frontend and backend separately (
https://hub.docker.com/r/growthbook/growthbook):
I'm not sure where to raise the issue so I send it here 🙂 .
Command should be
yarn workspace front-end start
and
yarn workspace back-end start
instead of
[...] run