To run locally:
npm -g install yarn
.yarn
to install dependenciesyarn start
to start dev serverIf you run into the error: ERR_OSSL_EVP_UNSUPPORTED
, you can bypass this by running:
export NODE_OPTIONS=--openssl-legacy-provider
Assuming Yarn installed:
yarn jest