To run locally:
- Clone the project
- Install Yarn
- If NPM is installed,
npm -g install yarn. - Otherwise, install instructions via yarnpkg.com.
- Run
yarnto install dependencies - Run
yarn startto start dev server - Open http://localhost:8081/
If you run into the error: ERR_OSSL_EVP_UNSUPPORTED, you can bypass this by running:
export NODE_OPTIONS=--openssl-legacy-providerAssuming Yarn installed:
yarn jest