Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 526 Bytes

File metadata and controls

23 lines (17 loc) · 526 Bytes

How to run

  1. Start the development server:

    nvm use
    npm install
    npm run dev
  2. Open http://localhost:3000/ with your browser.

    Click these buttons to call validate-vc:

    • ValidateInvalidVc
    • ValidateEmptyVc
    • ValidateValidVc

    Click these buttons to call parse-vc:

    • ParseInvalidVc
    • ParseEmptyVc
    • ParseValidVc

    Click this SwitchMode button to switch between calling directly with the browser or calling with the server.