Install the dependencies:
npm install
Update the .env.sample file with your info and rename to .env.
Update the src/utils/enums.js file with your public keys.
Run the app in development mode:
npm start
Open http://localhost:5000 to view it in the browser.