nvm use && yarnGenerate clients based on the specs
yarn generateGeneric command:
yarn generate <language | all> <client | all>yarn generate all searchyarn generate all recommendyarn client:buildThe clients can be tested inside the playground folder
yarn playground:js
Error: The operation couldn’t be completed. Unable to locate a Java Runtime.
Java is not located in your PATH, either source the right .bash_profile, .zshrc, etc. file or do the following command in this repository:
echo 'export PATH="/usr/local/opt/openjdk/bin:$PATH"' > .bash_profile && source .bash_profile