Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 284 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 284 Bytes

DIVE Web API Vanilla Javascript Sample Application

  1. First download all the app's dependencies
npm install
  1. Next download the latest version of the IDscan.net web library
npm install @idscan/idvc2@latest
  1. Next build the application
npm run build