Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 768 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 768 Bytes

Personal Health Record Dashboard

This example shown how to use:

  • Aidbox SDK
  • getResource method
  • getResources method

Aidbox license

  1. Create a new file in the root and name it ".env"
  2. Open the .env file in a text editor.
  3. In the .env file, write the following, replacing the values in angle brackets with real
VITE_AIDBOX_URL=<AIDBOX URL>
VITE_AIDBOX_USERNAME=<AIDBOX CLIENT USERNAME>
VITE_AIDBOX_SECRET=<AIDBOX CLIENT SECRET>

Make sure to replace values in angle bracket with your actual credentials

Install Dependency

Make sure that your SDK archive have the same name as in the package.json

npm install

Run project

npm run dev