Improved README in openmrs-esm-core โ€“ Yarn Setup Warning Added

Hi everyone,

A small update was made to the openmrs-esm-core README to improve the developer setup experience. :wrench: What changed?

A warning was added about the yarn setup command being resource-intensive. It now suggests an alternative for users facing system hangs or performance issues:

yarn build --concurrency 1

This allows the build to complete with limited concurrency and is especially helpful for contributors on lower-resource machines.

:pushpin: Related Jira Issue: Jira

:white_check_mark: PR: docs: add warning about resource usage of yarn setup (O3-4889) by JayadityaGit ยท Pull Request #1426 ยท openmrs/openmrs-esm-core ยท GitHub

Thanks!