Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 490 Bytes

File metadata and controls

14 lines (11 loc) · 490 Bytes

Demo

Steps for testing:

  • Run yarn link in user-data-for-fraud-prevention
  • Git clone the demo project here
  • In the demo project, run below commands:
    • Run yarn
    • Run yarn start
    • Run yarn link "user-data-for-fraud-prevention"
    • Run yarn demo

Now you can make changes in user-data-for-fraud-prevention locally and they will instantly reflect in the demo project.

You can check the browser console for errors.