To run the project first install the required node modules by running:
npm install --force
Note you need to have react installed first. Once all the required node modules have been installed. Now just add the environment variables:
export NODE_OPTIONS=--openssl-legacy-provider
Now run the app by running:
npm run start