To run locally:
- Clone the project
- Install Yarn
- If NPM is installed,
npm -g install yarn
. - Otherwise, install instructions via yarnpkg.com.
- Run
yarn
to install dependencies - Run
yarn start
to 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-provider
Assuming Yarn installed:
yarn jest